update-tenant.dto.d.ts 216 B

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