UNPKG

pmarket-cli

Version:
4 lines (3 loc) 92 B
export interface Strategy { execute(options: Record<string, unknown>): Promise<void>; }