aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-api/src/examples/index.ts
blob: a9d08691e85201e79ff0adeecfb8d01ce0bca2e1 (plain) (blame)
1
2
3
4
5
6
7
import { validationError } from './errors';
import { relayerApiAssetDataPairsResponse } from './relayerApiAssetDataPairsResponse';

export const examples = {
    validationError,
    relayerApiAssetDataPairsResponse,
};