tuil
ReferencePackages@mwillbanks/tuil-registryAPI

RemoveResult

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface RemoveResult {
  readonly item: string;
  readonly removed: readonly string[];
}

Members

MemberTypeRequiredDescriptionRelated types
itemstringYesThe item member uses the string contract.
removedreadonly string[]YesThe removed member uses the readonly string[] contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-registry

On this page