UNPKG

@kubb/plugin-ts

Version:

TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.

25 lines (20 loc) 383 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ /** * @example [object Object] */ export type SystemsQueryParams = { [key: string]: string } /** * @description OK */ export type Systems200 = object export type SystemsQueryResponse = systems200 export type SystemsQuery = { Response: systems200 QueryParams: systemsQueryParams Errors: any }