Open
Description
- A lot of the properties are
| undefined
. Why? Is there a case where the queue would not have those properties? I think we would need 2 different types, one for request options which have mostly optional values but when you use request as a type you get from somewhere, all these will be populated by default values so the type should reflect that. handledAt
should bestring | null
asnull
is a value for in progress