Interface StructuredDocumentation

interface StructuredDocumentation {
    id: number;
    nodeType: "StructuredDocumentation";
    src: string;
    text: string;
}

Properties

Properties

id: number
nodeType: "StructuredDocumentation"
src: string
text: string