/** * Status of the cloud backup sync, exposed to the UI. */ export type BackupStatus = { /** * RFC-3339 timestamp of the last successful sync, or `None` if never synced. */ lastSync: string | null; }; //# sourceMappingURL=BackupStatus.d.ts.map