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

19 lines (18 loc) 619 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 WebhookUserScalarFieldEnumInterface: { readonly id: "id"; readonly externalTenantId: "externalTenantId"; readonly externalUserId: "externalUserId"; readonly userRole: "userRole"; readonly createdAt: "createdAt"; readonly updatedAt: "updatedAt"; }; export type WebhookUserScalarFieldEnumInterface = typeof WebhookUserScalarFieldEnumInterface[keyof typeof WebhookUserScalarFieldEnumInterface];