import { IConstructTenantDto } from './create-tenant.dto'; export interface IUpdateTenantDto extends IConstructTenantDto { name?: string; identifier?: string; } //# sourceMappingURL=update-tenant.dto.d.ts.map