UNPKG

@zeplin/sdk

Version:
26 lines (25 loc) 784 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 transformStyleguideWebhookEventEnumToJSON: (value: StyleguideWebhookEventEnum) => any; export declare const transformJSONToStyleguideWebhookEventEnum: (value: any) => StyleguideWebhookEventEnum; /** * * @export * @enum {string} */ export declare enum StyleguideWebhookEventEnum { STAR = "styleguide.*", COLOR = "styleguide.color", COMPONENT = "styleguide.component", MEMBER = "styleguide.member", SPACING_TOKEN = "styleguide.spacing_token", TEXT_STYLE = "styleguide.text_style" }