/**
 * 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;
}
