Type Alias GetAccountAddressesForAuthKeyQuery

GetAccountAddressesForAuthKeyQuery: {
    auth_key_account_addresses: {
        account_address: string;
        auth_key: string;
        is_auth_key_used: boolean;
        last_transaction_version: any;
    }[];
}