Type alias StructureDoc

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

Root structure

Type declaration