Skip to main content

Interface: UserCommentaryRow

Defined in: Data/Core/RowTypes.ts:393

Row from the user_commentary (prayer list) table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

color?

optional color?: string

Defined in: Data/Core/RowTypes.ts:400


created_date?

optional created_date?: string

Defined in: Data/Core/RowTypes.ts:397


description?

optional description?: string

Defined in: Data/Core/RowTypes.ts:396


is_default?

optional is_default?: number

Defined in: Data/Core/RowTypes.ts:399


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:401


modified_date?

optional modified_date?: string

Defined in: Data/Core/RowTypes.ts:398


name

name: string

Defined in: Data/Core/RowTypes.ts:395


user_commentary_id

user_commentary_id: number

Defined in: Data/Core/RowTypes.ts:394