Skip to main content

Interface: SiteDeletionOperationResult

Defined in: electron/utils/database/siteDeletion.ts:42

Result metadata produced after removing a site within a transaction.

Properties

monitorCount

monitorCount: number

Defined in: electron/utils/database/siteDeletion.ts:44

Total number of monitors removed as part of the deletion.


siteDeleted

siteDeleted: boolean

Defined in: electron/utils/database/siteDeletion.ts:46

Indicates whether the site record was deleted successfully.