WorkerReadyResharding
Signature
export type WorkerReadyResharding = CreateWorkerMessage<'WORKER_READY_RESHARDING'>;Private types
CreateWorkerMessageTypeAlias
type CreateWorkerMessage<T extends string, D extends object = object> = { type: T; workerId: number;} & D;Members
This export does not declare public properties or methods in the generated declaration file.