Skip to main content

Interface: SiteRow

Defined in: shared/types/database.ts:165

Represents a row in the site table.

Remarksโ€‹

Stores metadata and monitoring state for each site.

Extendsโ€‹

Propertiesโ€‹

id?โ€‹

optional id: string | number

Defined in: shared/types/database.ts:25

Unique identifier for the row.

Remarksโ€‹

May be a number (autoincrement) or string (custom).

Inherited fromโ€‹

BaseRow.id


identifier?โ€‹

optional identifier: string

Defined in: shared/types/database.ts:169

Unique identifier for the site.


monitoring?โ€‹

optional monitoring: number

Defined in: shared/types/database.ts:173

Whether monitoring is enabled for this site (1) or not (0).


name?โ€‹

optional name: string

Defined in: shared/types/database.ts:177

Human-readable name for the site.