@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
20 lines (19 loc) • 717 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.
*/
import { WebhookScalarFieldEnumInterface } from './webhook-scalar-field-enum.interface';
import { WebhookLogScalarFieldEnumInterface } from './webhook-log-scalar-field-enum.interface';
import { WebhookUserScalarFieldEnumInterface } from './webhook-user-scalar-field-enum.interface';
export interface WebhookEntitiesInterface {
Webhook: WebhookScalarFieldEnumInterface;
WebhookLog: WebhookLogScalarFieldEnumInterface;
WebhookUser: WebhookUserScalarFieldEnumInterface;
}
export declare namespace WebhookEntitiesInterface {
}