Type alias FailureAccountsRequestResult

FailureAccountsRequestResult: {
    data: null | undefined;
    error: string;
}

The failure case of

Type declaration

  • data: null | undefined
  • error: string

Link

AccountsRequestResult.

Generated using TypeDoc