A single message with no variants.

interface PatternMessage {
    comment?: string;
    declarations: Model.Declaration[];
    pattern: Model.Pattern;
    type: "message";
}

Properties

comment?: string
declarations: Model.Declaration[]
pattern: Model.Pattern
type: "message"