[Go to site: main page, start]

Interface SimpleMessage

interface SimpleMessage {
    declarations?: undefined;
    errors: MessageSyntaxError[];
    pattern: CST.Pattern;
    type: "simple";
}
Index

Properties

declarations?: undefined
pattern: CST.Pattern
type: "simple"