import { NestAuthTenant } from "../entities/tenant.entity"; export interface TenantUpdatedEventPayload { tenant: NestAuthTenant; updatedFields: string[]; } export declare class TenantUpdatedEvent { readonly payload: TenantUpdatedEventPayload; constructor(payload: TenantUpdatedEventPayload); } //# sourceMappingURL=tenant-updated.event.d.ts.map