tuil
ReferencePackages@mwillbanks/tuil-registryAPI

RegistryDiff

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface RegistryDiff {
  readonly path: string;
  readonly status: "missing" | "unchanged" | "modified";
  readonly diff: string;
}

Members

MemberTypeRequiredDescriptionRelated types
pathstringYesThe path member uses the string contract.
status"missing" | "unchanged" | "modified"YesThe status member uses the "missing" | "unchanged" | "modified" contract.
diffstringYesThe diff member uses the 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