Skip to content

worker interface.TypeAlias.WorkerInterfaceImplementation

github-actions[bot] edited this page Apr 2, 2025 · 16 revisions

@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

Clone this wiki locally