tuil
ReferencePackages@mwillbanks/tuil-registryAPI

RegistryFile

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface RegistryFile {
  readonly path: string;
  readonly target: string;
  readonly source?: string;
  readonly content: string;
}

Members

MemberTypeRequiredDescriptionRelated types
pathstringYesThe path member uses the string contract.
targetstringYesThe target member uses the string contract.
sourcestring | undefinedNoThe source member uses the string | undefined contract.
contentstringYesThe content 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