interface Group {
    content: (string | ArgSpecAst.Group)[];
    type: "group";
}

Hierarchy

  • AstNode
    • Group

Properties

Properties

content: (string | ArgSpecAst.Group)[]
type: "group"

Generated using TypeDoc