@tomei/live-price
Version:
Tomei live-price Package
18 lines (17 loc) • 370 B
TypeScript
export declare class Daemons {
static FeedUpdate: {
new (): {};
start: () => void;
restart: () => void;
};
static ManualPriceReminder: {
new (): {};
start: () => void;
restart: () => void;
};
static CutOffReminder: {
new (): {};
start: () => void;
restart: () => void;
};
}