Added schemas exports

This commit is contained in:
Aleksandr Kraiz
2023-04-10 14:39:30 +04:00
parent 6edfef33a9
commit 3dbe1b59de
2 changed files with 3 additions and 1 deletions

View File

@@ -6,4 +6,6 @@ export { default as pairConfigSchema } from './pairConfigSchema.js';
export { default as placeAtomicSwapSchema } from './placeAtomicSwapSchema.js';
export { default as redeemOrderSchema } from './redeemOrderSchema.js';
export { default as swapInfoSchema } from './swapInfoSchema.js';
export { default as orderSchema } from './orderSchema.js';
export * from './aggregatedOrderbookSchema.js'
export { default as errorSchema } from './errorSchema.js';