ISPO SDK
    Preparing search index...

    Interface ProjectBootstrapSnapshot

    Markdown
    interface ProjectBootstrapSnapshot {
        entityCursorBefore?: number;
        items: Record<string, ProjectBootstrapItem>;
        version: 1;
    }
    Index
    entityCursorBefore?: number
    items: Record<string, ProjectBootstrapItem>
    version: 1