Interface AccountsResponse

interface AccountsResponse {
    accounts: Account[];
}

Properties

Properties

accounts: Account[]