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 }
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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 }