Interface: SiteRow
Defined in: shared/types/database.ts:183
Represents a row in the site table.
Remarksโ
Stores metadata and monitoring state for each site.
Extendsโ
Propertiesโ
id?โ
optionalid:string|number
Defined in: shared/types/database.ts:27
Unique identifier for the row.
Remarksโ
May be a number (autoincrement) or string (custom).
Inherited fromโ
identifier?โ
optionalidentifier:string
Defined in: shared/types/database.ts:187
Unique identifier for the site.
monitoring?โ
optionalmonitoring:number
Defined in: shared/types/database.ts:191
Whether monitoring is enabled for this site (1) or not (0).
name?โ
optionalname:string
Defined in: shared/types/database.ts:195
Human-readable name for the site.