lsync API
    Preparing search index...

    Interface ResolvedCollection

    interface ResolvedCollection {
        collection: CollectionConfig;
        name: string;
        params: Record<string, string>;
        scope: string;
    }
    Index
    collection: CollectionConfig
    name: string
    params: Record<string, string>
    scope: string