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