Interface: UpdateSitesCacheRequestData
Defined in: electron/UptimeOrchestrator.types.ts:87
Payload describing a request to update the in-memory sites cache.
Properties
sites
sites: Site[];
Defined in: electron/UptimeOrchestrator.types.ts:89
Updated sites array for cache synchronization.