/**
 * Transactions History Link
 *
 * Hypermedia link used for transaction history pagination.
 */
export type TransactionsHistoryLink = {
    /**
     * Relation.
     */
    rel: string;
    /**
     * Location.
     */
    href: string;
};
//# sourceMappingURL=transactions-history-link.d.cts.map