Type alias Generic

Generic: {
    kind: "Generic";
    str: string;
}

See

Type declaration

  • Readonly kind: "Generic"
  • Readonly str: string