3 Replies
rare-sapphire•5mo 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.quickest-silver•5mo ago
A typescript playground would be best, but why aren't you just letting RQ infer?
harsh-harlequinOP•5mo ago
folder is just just {id, name, expiresAt}