Rezi
    Preparing search index...

    Type Alias SnapshotMetadata

    SnapshotMetadata: Readonly<
        {
            capturedAt: string;
            scene: string;
            theme: string;
            version: string;
            viewport: { cols: number; rows: number };
        },
    >

    Metadata stored alongside each snapshot.