Files
orionprotocol-sdk/src/services/ReferralSystem/schemas/index.ts
2023-08-28 08:31:37 +03:00

13 lines
872 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';
export { default as inviteCodeLinkSchema } from './inviteCodeLinkSchema.js';