interface AcDbWorkerInstance {
    createdAt: Date;
    id: string;
    isBusy: boolean;
    worker: Worker;
}

Properties

createdAt: Date
id: string
isBusy: boolean
worker: Worker