lsync API
    Preparing search index...

    Interface CollectionUsage

    interface CollectionUsage {
        accessCount: number;
        createdAt: number;
        id: string;
        lastAccessedAt: number;
        path: string;
        scope: string;
    }
    Index
    accessCount: number
    createdAt: number
    id: string
    lastAccessedAt: number
    path: string
    scope: string