UNPKG

@zeplin/sdk

Version:
21 lines (20 loc) 578 B
/** * Zeplin API * Access your resources in Zeplin * * Contact: support@zeplin.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export declare const transformVariableValueTypeEnumToJSON: (value: VariableValueTypeEnum) => any; export declare const transformJSONToVariableValueTypeEnum: (value: any) => VariableValueTypeEnum; /** * Variable value types * @export * @enum {string} */ export declare enum VariableValueTypeEnum { COLOR = "color" }