RegistryCodemod
interface exported by @mwillbanks/tuil-registry.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
id | string | Yes | The id member uses the string contract. | — |
description | string | Yes | The description member uses the string contract. | — |
replacements | readonly { readonly from: string; readonly to: string; }[] | Yes | The 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.
Related types
No package-local related types.
Source
View the secondary source reference