ClientInfo type

客户端信息对象,其中包括:uid:用户 ID utid:租户 ID xms_tdbr:可选,仅适用于非美国租户

type ClientInfo = { uid: string; utid: string; xms_tdbr?: string }