Import
Usage
Return Type
Properties
| Property | Type | Description |
|---|---|---|
data | IntentResponseAccountList | undefined | The account list, including currentAccountId and an array of account objects. |
isLoading | boolean | Indicates whether the query is in progress. |
error | Error | null | Any error encountered during retrieval. |
refetch | () => Promise<void> | Manually triggers a refresh of the account list. |