@tomei/live-price
Version:
Tomei live-price Package
18 lines (14 loc) • 343 B
text/typescript
export class Daemons {
static FeedUpdate = class {
static start = () => {};
static restart = () => {};
};
static ManualPriceReminder = class {
static start = () => {};
static restart = () => {};
};
static CutOffReminder = class {
static start = () => {};
static restart = () => {};
};
}