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.
export interface AcceptInvitationMembers extends BaseMembers { client: ClientMembers; organization: OrganizationMembers; prompt: PromptMembers; screen: ScreenMembersOnAcceptInvitation; transaction: TransactionMembers; /** * 組織への招待を承認します。 * @param payload リクエストに含めるカスタムオプション(任意)。 */ acceptInvitation(payload?: CustomOptions): Promise<void>; }
Show パラメータ