interface CmvIndex {
    snapshots: Record<string, CmvSnapshot>;
    version: string;
}

Properties

Properties

snapshots: Record<string, CmvSnapshot>
version: string