Skip to content

Documentation


Documentation / @kizami/db / NewCorrectionRequestInput

Interface: NewCorrectionRequestInput

Defined in: packages/db/src/queries/corrections.ts:17

Properties

createdAt

createdAt: number

Defined in: packages/db/src/queries/corrections.ts:26

UTC エポック分


proposedKind?

optional proposedKind?: string | null

Defined in: packages/db/src/queries/corrections.ts:22


proposedOccurredAt?

optional proposedOccurredAt?: number | null

Defined in: packages/db/src/queries/corrections.ts:23


reason

reason: string

Defined in: packages/db/src/queries/corrections.ts:24


requestedBy

requestedBy: string

Defined in: packages/db/src/queries/corrections.ts:20


targetEventId?

optional targetEventId?: string | null

Defined in: packages/db/src/queries/corrections.ts:21


tenantId

tenantId: string

Defined in: packages/db/src/queries/corrections.ts:18


userId

userId: string

Defined in: packages/db/src/queries/corrections.ts:19