UNPKG

npm-uimapping

Version:
21 lines (20 loc) 546 B
/** * Application Rest Services * Value Map &reg; Restful Services * * The version of the OpenAPI document: 1.1 * Contact: serdarturkel@gmail.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ProjectPage } from './projectPage'; export interface Project { description?: string; idNull?: boolean; name?: string; pages?: Array<ProjectPage>; pagesEmpty?: boolean; roles?: Array<string>; }