@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
25 lines (24 loc) • 825 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 WebhookScalarFieldEnumInterface: {
readonly id: "id";
readonly eventName: "eventName";
readonly endpoint: "endpoint";
readonly enabled: "enabled";
readonly headers: "headers";
readonly requestTimeout: "requestTimeout";
readonly externalTenantId: "externalTenantId";
readonly createdBy: "createdBy";
readonly updatedBy: "updatedBy";
readonly createdAt: "createdAt";
readonly updatedAt: "updatedAt";
readonly workUntilDate: "workUntilDate";
};
export type WebhookScalarFieldEnumInterface = typeof WebhookScalarFieldEnumInterface[keyof typeof WebhookScalarFieldEnumInterface];