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