Reference
?

db.minutes

n minutes expressed in milliseconds.
db.minutes(n) → number

Returns n minutes as milliseconds, for finer windows than db.hours. It composes with the other duration helpers and the relative-time helpers.

Parameters
n
number
RequiredA count of minutes.
A window of minutes
const grace = db.minutes(15);