PrefixEntry: BaseEntry & Trigger & {
    kind: "prefix";
    parse?: PrefixParseHandler;
    precedence: Precedence;
}

Type declaration