Type alias GetAccountDetailsResponse

GetAccountDetailsResponse: {
    data: Account;
    errors: string[];
    success: boolean;
}

Type declaration

  • data: Account

    Account details including name and timestamps

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not