export interface ClientParam {
    tenantCode: string;
    userCode?: string;
}
