UNPKG

@kubb/plugin-ts

Version:
14 lines (11 loc) 220 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export type FooBasetypeEnum2 = 'type-string' | 'type-number' export type fooBase = { /** * @type string */ $type: FooBasetypeEnum2 }