UNPKG

growwapi

Version:
6 lines (5 loc) 251 B
import { CachedCSVResult, InstructionsTypeParams } from '../types'; export declare class Instructions { getInstructions(): Promise<CachedCSVResult>; getFilteredInstructions(params: InstructionsTypeParams): Promise<InstructionsTypeParams[]>; }