3 Replies
extended-yellow•2mo ago
What is your type for "Folder"? If you use something simple like
type Folder = string
does it work? Most likely there is something to do with your Folder type.like-gold•2mo ago
A typescript playground would be best, but why aren't you just letting RQ infer?
correct-apricotOP•2mo ago
folder is just just {id, name, expiresAt}