tuil
ReferencePackages@mwillbanks/tuil-registryAPI

RegistryCodemod

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface RegistryCodemod {
  readonly id: string;
  readonly description: string;
  readonly replacements: readonly {
    readonly from: string;
    readonly to: string;
  }[];
}

Members

MemberTypeRequiredDescriptionRelated types
idstringYesThe id member uses the string contract.
descriptionstringYesThe description member uses the string contract.
replacementsreadonly { readonly from: string; readonly to: string; }[]YesThe replacements member uses the readonly { readonly from: string; readonly to: 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