@oneblink/sdk-core
    Preparing search index...

    Interface ResourceDefinitionWithChoices

    interface ResourceDefinitionWithChoices {
        choices: ResourceDefinitionChoice[];
        type: "CHOICE_SINGLE" | "CHOICE_MULTIPLE";
    }
    Index

    Properties

    Properties

    type: "CHOICE_SINGLE" | "CHOICE_MULTIPLE"