편집

다음을 통해 공유


AccountIdentifiers type

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