Alchemy Logo

UseAddOauthProviderMutationArgs

type UseAddOauthProviderMutationArgs = BaseHookMutationArgs<
  OauthProviderInfo,
  Omit<
    Extract<
      AuthParams,
      {
        type: "oauth";
      }
    >,
    "type"
  >
>;

Defined in: account-kit/react/dist/types/hooks/useAddOauthProvider.d.ts:4

Was this page helpful?