UNPKG

@zeplin/sdk

Version:
26 lines (25 loc) 677 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 transformComponentUpdateBodyToJSON: (value: ComponentUpdateBody) => any; export declare const transformJSONToComponentUpdateBody: (value: any) => ComponentUpdateBody; /** * * @export * @interface ComponentUpdateBody */ export interface ComponentUpdateBody { /** * New description for component * @type {string} * @memberof ComponentUpdateBody */ description: string; }