interface CmvSnapshotMeta {
    claude_code_version: null | string;
    cmv_version: string;
    created_at: string;
    description: string;
    name: string;
    parent_snapshot: null | string;
    session_file_format: string;
    snapshot_id: string;
    source_project_path: string;
    source_session_id: string;
    tags: string[];
}

Properties

claude_code_version: null | string
cmv_version: string
created_at: string
description: string
name: string
parent_snapshot: null | string
session_file_format: string
snapshot_id: string
source_project_path: string
source_session_id: string
tags: string[]