1a12fb870b
- New /developers/ page with API docs, SDKs, pricing, use cases - OpenAPI 3.0 spec for Orders, Missions, Photos, Analytics - Case study: Glasskiosken i Flatenbadet — complete ROI analysis - Updated /order/ with recurring missions and frequency dropdown
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
import { PathLike } from 'fs'
|
|
|
|
export declare function watchFileCreated(filename: PathLike): Promise<void>
|
|
export declare function watchForWrite(filename: PathLike, testString: string): Promise<void>
|