Interface DiagnosticSize

interface DiagnosticSize {
    _tag: "DiagnosticSize";
    size: ast.Ident | ast.Lit;
}

Hierarchy

  • Tagged<"DiagnosticSize", {
        size: ast.Lit | ast.Ident;
    }>
    • DiagnosticSize

Properties

Properties

_tag: "DiagnosticSize"
size: ast.Ident | ast.Lit

Generated using TypeDoc