WorkerRequestConnect
Signature
export type WorkerRequestConnect = CreateWorkerMessage<'CONNECT_QUEUE', { shardId: number;}>;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.