UNPKG

@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

22 lines (21 loc) 730 B
/** * * * * * 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 WebhookLogScalarFieldEnumInterface: { readonly id: "id"; readonly request: "request"; readonly responseStatus: "responseStatus"; readonly response: "response"; readonly webhookStatus: "webhookStatus"; readonly webhookId: "webhookId"; readonly externalTenantId: "externalTenantId"; readonly createdAt: "createdAt"; readonly updatedAt: "updatedAt"; }; export type WebhookLogScalarFieldEnumInterface = typeof WebhookLogScalarFieldEnumInterface[keyof typeof WebhookLogScalarFieldEnumInterface];