@effectai/effect-js
Version:
Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))
5 lines (4 loc) • 356 B
TypeScript
import { type Campaign, type Batch, type Reservation, type TasksSettings, type InitCampaign } from './campaign';
import { type ClientConfig } from './config';
import { type DefiBoxPair, type VAccount, type efxTicker } from './user';
export type { ClientConfig, DefiBoxPair, VAccount, efxTicker, Campaign, InitCampaign, Batch, Reservation, TasksSettings };