GraphiQL API Documentation
    Preparing search index...

    Type Alias CachedContent

    Types and enums to use across projects

    type CachedContent = {
        query: string;
        range: IRange | null;
    }
    Index
    query: string
    range: IRange | null