interface SelectMessage {
    declarations: CST.Declaration[];
    errors: MessageSyntaxError[];
    match: Syntax<".match">;
    selectors: CST.VariableRef[];
    type: "select";
    variants: CST.Variant[];
}

Properties

declarations: CST.Declaration[]
match: Syntax<".match">
selectors: CST.VariableRef[]
type: "select"
variants: CST.Variant[]