···11// Generated TypeScript client for AT Protocol records
22-// Generated at: 2025-09-15 21:45:37 UTC
22+// Generated at: 2025-09-16 01:17:57 UTC
33// Lexicons: 9
4455/**
···295295 createdAt: string;
296296 /** Recent activity sparkline data points for the last 24 hours */
297297 sparkline?: NetworkSlicesSliceDefs["SparklinePoint"][];
298298+ /** Total number of indexed records in this slice */
299299+ indexedRecordCount?: number;
300300+ /** Total number of unique indexed actors in this slice */
301301+ indexedActorCount?: number;
302302+ /** Number of collections with indexed records */
303303+ indexedCollectionCount?: number;
298304}
299305300306export interface NetworkSlicesSliceDefsSparklinePoint {