UNPKG

356 BTypeScriptView Raw
1import { type Campaign, type Batch, type Reservation, type TasksSettings, type InitCampaign } from './campaign';
2import { type ClientConfig } from './config';
3import { type DefiBoxPair, type VAccount, type efxTicker } from './user';
4export type { ClientConfig, DefiBoxPair, VAccount, efxTicker, Campaign, InitCampaign, Batch, Reservation, TasksSettings };