Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type LinkAuthAction = | { type: "LINK_AUTH_METHOD"; payload: { method: LinkAuthState["methodToLink"]; }; } | { type: "LINK_AUTH_METHOD_ERROR"; payload: { error: LinkAuthState["error"]; }; } | { type: "SET_AUTH_METHODS"; payload: { methods: LinkAuthState["authMethods"]; }; } | { type: "RESET_STATE"; };
Was this page helpful?