StructureOutputJson
    Preparing search index...

    Type Alias StructureDoc

    Root structure

    type StructureDoc = {
        pages: Page[];
        properties: DocProps;
        runInfo?: RunInfo;
    }
    Index

    Properties

    Page types

    Properties

    properties: DocProps
    runInfo?: RunInfo

    Page types

    pages: Page[]