UNPKG

npm-uimapping

Version:
20 lines (19 loc) 475 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. */ export interface ValueMap { code?: string; idNull?: boolean; key?: string; lang?: string; roles?: Array<string>; value?: string; }