RegistryDiff
interface exported by @mwillbanks/tuil-registry.
interface
Public interface exported by @mwillbanks/tuil-registry.
export interface RegistryDiff {
readonly path: string;
readonly status: "missing" | "unchanged" | "modified";
readonly diff: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
path | string | Yes | The path member uses the string contract. | — |
status | "missing" | "unchanged" | "modified" | Yes | The status member uses the "missing" | "unchanged" | "modified" contract. | — |
diff | string | Yes | The 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.
Related types
No package-local related types.
Source
View the secondary source reference