UNPKG

@mbc-cqrs-serverless/tenant

Version:
9 lines (8 loc) 170 B
export declare class TenantGroupAddDto { /** * Value for tenant name create (required). */ tenantCode: string; groupId: string; role: string; }