Files
orionprotocol-sdk/src/services/ReferralSystem/schemas/index.ts
2023-06-16 16:36:29 +03:00

12 lines
795 B
TypeScript

export { default as linkSchema } from './linkSchema.js';
export { default as distinctAnalyticsSchema } from './distinctAnalyticsSchema.js';
export { default as errorSchema } from './errorSchema.js';
export { default as miniStatsSchema } from './miniStatsSchema.js';
export { default as rewardsMappingSchema } from './rewardsMappingSchema.js';
export { default as rewardsClaimedSchema } from './rewardsClaimedSchema.js';
export { default as globalAnalyticsSchema } from './globalAnalyticsSchema.js';
export { default as ratingSchema } from './ratingSchema.js';
export { default as claimInfoSchema } from './claimInfoSchema.js';
export { default as aggregatedHistorySchema } from './aggregatedHistorySchema.js';
export { default as contractsAddressesSchema } from './contractsAddressesSchema.js';