Interface: SiteDeletionOperationResult
Defined in: electron/services/database/siteDeletion.ts:43
Result metadata produced after removing a site within a transaction.
Properties
monitorCount
monitorCount:
number
Defined in: electron/services/database/siteDeletion.ts:45
Total number of monitors removed as part of the deletion.
siteDeleted
siteDeleted:
boolean
Defined in: electron/services/database/siteDeletion.ts:47
Indicates whether the site record was deleted successfully.