Mapped type that transforms a worker configuration into a client-side API.
Type Parameters
Config
The worker configuration type.
Remarks
This type recursively maps the worker's configuration. Functions are transformed
to return Promises (for one-off results) or Observables (for streams).
Mapped type that transforms a worker configuration into a client-side API.