interface ComplexMessage {
    declarations: CST.Declaration[];
    errors: MessageSyntaxError[];
    pattern: CST.Pattern;
    type: "complex";
}

Properties

declarations: CST.Declaration[]
pattern: CST.Pattern
type: "complex"
MMNEPVFCICPMFPCPTTAAATR