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

    Type Alias SomePresetSimpleFeedbackEntry<TManifest>

    SomePresetSimpleFeedbackEntry:
        | CompanionPresetFeedback<WithInternalFeedbacks<TManifest["feedbacks"]>>
        | CompanionInternalSimpleLogicFeedback<TManifest>

    A feedback entry on a simple preset: the module's own or internal feedbacks, plus internal building blocks.

    Type Parameters