tuil
ReferencePackages@mwillbanks/tuil-registryAPI

InstallResult

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface InstallResult {
  readonly item: string;
  readonly created: readonly string[];
  readonly updated: readonly string[];
  readonly unchanged: readonly string[];
  readonly removed: readonly string[];
}

Members

MemberTypeRequiredDescriptionRelated types
itemstringYesThe item member uses the string contract.
createdreadonly string[]YesThe created member uses the readonly string[] contract.
updatedreadonly string[]YesThe updated member uses the readonly string[] contract.
unchangedreadonly string[]YesThe unchanged member uses the readonly 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