export declare class TenantGroupAddDto {
    /**
     * Value for tenant name create (required).
     */
    tenantCode: string;
    groupId: string;
    role: string;
}
