Skip to content

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";

Defined in

packages/vibrant-worker/src/common.ts:9