GraphiQL API Documentation
    Preparing search index...

    Type Alias Outline

    Types and enums to use across projects

    type Outline = {
        outlineTrees: OutlineTree[];
    }
    Index
    outlineTrees: OutlineTree[]