interface PipelineOperatorPluginOptions {
    proposal:
        | "minimal"
        | "fsharp"
        | "hack"
        | "smart";
    topicToken?:
        | "%"
        | "#"
        | "@@"
        | "^^"
        | "^";
}

Properties

proposal:
    | "minimal"
    | "fsharp"
    | "hack"
    | "smart"
topicToken?:
    | "%"
    | "#"
    | "@@"
    | "^^"
    | "^"