What type to use for a batch item

I'm trying to type the array used to hold queries to be batched with the batch API.
const queries: ??? = [];

queries.push(db.query.users.findMany...)

await db.batch(queries);
const queries: ??? = [];

queries.push(db.query.users.findMany...)

await db.batch(queries);
What should I put for ???
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server