WorkerResponse
Interface: WorkerResponse<R>
Type Parameters
• R
Properties
id
id: number;
Defined in
packages/vibrant-worker/src/common.ts:8
payload
payload: R;
Defined in
packages/vibrant-worker/src/common.ts:10
type
type: "return";
• R
id: number;
packages/vibrant-worker/src/common.ts:8
payload: R;
packages/vibrant-worker/src/common.ts:10
type: "return";