UNPKG

@kubb/plugin-ts

Version:
21 lines (19 loc) 271 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export type pet = { /** * @type integer, int64 */ id: number /** * @type string */ name: string /** * @type string | undefined */ tag?: string category?: string }