worker interface.TypeAlias.WorkerInterfaceImplementation - MONOGRID/gainmap-js GitHub Wiki
@monogrid/gainmap-js / worker-interface / WorkerInterfaceImplementation
Type Alias: WorkerInterfaceImplementation
WorkerInterfaceImplementation =
{ [k in keyof WorkerInterface]: (payload: WorkerInterface[k]["request"]["payload"]) => Promise<WorkerInterface[k]["result"]> }
Defined in: src/worker-types.ts:18