編集

次の方法で共有


AccountIdentifiers type

type AccountIdentifiers = Partial<
  Pick<AccountInfo, "homeAccountId" | "localAccountId" | "username">
>