aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-api/src/examples/index.ts
blob: 10ecd182c4bf231b526dcb98a4eb4ea8b9bfba41 (plain) (blame)
1
2
3
4
5
import { relayerApiAssetDataPairsResponseSchema } from './relayerApiAssetDataPairsResponseSchema';

export const examples = {
    relayerApiAssetDataPairsResponseSchema,
};