UNPKG

@kubb/plugin-ts

Version:

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

31 lines (29 loc) 562 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export type advanced = | (enumerationValueSpecificationDto & { /** * @type string */ readonly type: 'enum' }) | (rangeValueSpecificationDto & { /** * @type string */ readonly type: 'range' }) | (regexValueSpecificationDto & { /** * @type string */ readonly type: 'regex' }) | (sliderValueSpecificationDto & { /** * @type string */ readonly type: 'slider' })