UNPKG

openapi-ts-generator

Version:

Based on swagger-ts-generator, this is a type script model generator specifically for services with OpenApi spec documentation.

12 lines (11 loc) 270 B
import { IEntity } from './entity'; export interface IHelperContext { data: { root: IEntity; key: number; index: number; first: boolean; }; name: string; } export type PropertyType = 'valueProperties' | 'referenceProperties';