Skip to main content

Interface: AuditListOpts

Defined in: src/server/services/audit.ts:20

Properties

from?

optional from?: string

Defined in: src/server/services/audit.ts:22

Inclusive lower bound on created_at (ISO date or timestamp).


limit?

optional limit?: number

Defined in: src/server/services/audit.ts:26

Max rows to return. Defaults to 500.


to?

optional to?: string

Defined in: src/server/services/audit.ts:24

Inclusive upper bound on created_at (ISO date or timestamp).