@nestjs-mod/webhook-afat
Version:
Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction
19 lines (18 loc) • 595 B
TypeScript
/**
*
*
*
*
* 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 WebhookErrorEnumInterface: {
readonly WEBHOOK_000: "WEBHOOK-000";
readonly WEBHOOK_001: "WEBHOOK-001";
readonly WEBHOOK_002: "WEBHOOK-002";
readonly WEBHOOK_003: "WEBHOOK-003";
readonly WEBHOOK_004: "WEBHOOK-004";
readonly WEBHOOK_005: "WEBHOOK-005";
};
export type WebhookErrorEnumInterface = typeof WebhookErrorEnumInterface[keyof typeof WebhookErrorEnumInterface];