Delete limit and offset?

I get Property 'limit' does not exist on type 'Omit<PgDelete<PgTableWithColumns>

const results = await db
.delete(scheduledCalls)
.where(eq(scheduledCalls.queueName, queueName))
.limit(limit)
.offset(offset)
Was this page helpful?