OfferResultOutcome of DurableWorkPoolStoreShape.offer.
modelsDurableWorkPoolStoreShape.offer
Source src/DurableWorkPoolStore.ts:841 lines
export type type OfferResult =
| "inserted"
| "escalated"
| "deduplicated"
Outcome of
DurableWorkPoolStoreShape.offer
.
OfferResult = "inserted" | "escalated" | "deduplicated";
Referenced by 1 symbols