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 transformCommentCreateBodyToJSON: (value: CommentCreateBody) => any; export declare const transformJSONToCommentCreateBody: (value: any) => CommentCreateBody; /** * * @export * @interface CommentCreateBody */ export interface CommentCreateBody { /** * Content of the comment * @type {string} * @memberof CommentCreateBody */ content: string; }