UNPKG

@zeplin/sdk

Version:
26 lines (25 loc) 652 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 transformCommentUpdateBodyToJSON: (value: CommentUpdateBody) => any; export declare const transformJSONToCommentUpdateBody: (value: any) => CommentUpdateBody; /** * * @export * @interface CommentUpdateBody */ export interface CommentUpdateBody { /** * Content of the comment * @type {string} * @memberof CommentUpdateBody */ content: string; }