編集

次の方法で共有


ClientInfo type

Client info object which consists of: uid: user id utid: tenant id xms_tdbr: optional, only for non-US tenants

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