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