UNPKG

@zeplin/sdk

Version:
32 lines (31 loc) 904 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 transformWorkspaceStyleguideDeletedEventResourceToJSON: (value: WorkspaceStyleguideDeletedEventResource) => any; export declare const transformJSONToWorkspaceStyleguideDeletedEventResource: (value: any) => WorkspaceStyleguideDeletedEventResource; /** * * @export * @interface WorkspaceStyleguideDeletedEventResource */ export interface WorkspaceStyleguideDeletedEventResource { /** * * @type {string} * @memberof WorkspaceStyleguideDeletedEventResource */ id: string; /** * * @type {string} * @memberof WorkspaceStyleguideDeletedEventResource */ type: 'Styleguide'; }