Type alias Custom

Custom: Tagged<"Custom", {
    name: string;
}>

Custom type like an enum

Type declaration

  • Readonly name: string

Generated using TypeDoc