UNPKG

@zeplin/sdk

Version:
32 lines (31 loc) 976 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 transformWorkspaceOrganizationMemberRemovedEventResourceToJSON: (value: WorkspaceOrganizationMemberRemovedEventResource) => any; export declare const transformJSONToWorkspaceOrganizationMemberRemovedEventResource: (value: any) => WorkspaceOrganizationMemberRemovedEventResource; /** * * @export * @interface WorkspaceOrganizationMemberRemovedEventResource */ export interface WorkspaceOrganizationMemberRemovedEventResource { /** * * @type {string} * @memberof WorkspaceOrganizationMemberRemovedEventResource */ id: string; /** * * @type {string} * @memberof WorkspaceOrganizationMemberRemovedEventResource */ type: 'OrganizationMember'; }