UNPKG

@zeplin/sdk

Version:
22 lines (21 loc) 598 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 transformWebhookHealthEnumToJSON: (value: WebhookHealthEnum) => any; export declare const transformJSONToWebhookHealthEnum: (value: any) => WebhookHealthEnum; /** * The health of a webhook URL * @export * @enum {string} */ export declare enum WebhookHealthEnum { HEALTHY = "healthy", UNHEALTHY = "unhealthy" }