@nestjs-mod/files-afat
Version:
Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction
24 lines (23 loc) • 691 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 { WebhookRoleInterface } from './webhook-role.interface';
import { WebhookInterface } from './webhook.interface';
export interface WebhookUserInterface {
id: string;
externalTenantId: string;
externalUserId: string;
userRole: WebhookRoleInterface;
createdAt: string;
updatedAt: string;
Webhook_Webhook_createdByToWebhookUser?: Array<WebhookInterface>;
Webhook_Webhook_updatedByToWebhookUser?: Array<WebhookInterface>;
}
export declare namespace WebhookUserInterface {
}