UNPKG

@ordercloud/oc-codegen

Version:

OpenAPI codegen tool built for the OrderCloud API

16 lines (15 loc) 362 B
import { Param } from './param.model'; export interface Model { name: string; type: string; example: any; properties: Param[]; enumValues: string[]; fileImports: string[]; isEnum: boolean; isList: boolean; isStandardList: boolean; isFacetList: boolean; isAssignmentsList: boolean; hasXp: boolean; }