@companion-module/base
    Preparing search index...

    Interface CompanionFeedbackSchema<TOptions>

    interface CompanionFeedbackSchema<TOptions extends CompanionOptionValues> {
        options: TOptions;
        type: "boolean" | "value" | "advanced";
    }

    Type Parameters

    Index

    Properties

    Properties

    options: TOptions
    type: "boolean" | "value" | "advanced"