npm-uimapping
Version:
UI mapping data transform
21 lines (20 loc) • 546 B
TypeScript
/**
* Application Rest Services
* Value Map ® 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>;
}