@oneblink/apps-react
    Preparing search index...

    Type Alias FormElementOptionsSetResult

    FormElementOptionsSetResult:
        | { options: unknown; type: "OPTIONS" }
        | { searchQuerystringParameter: string; type: "SEARCH"; url: string }
        | { error: OneBlinkAppsError; type: "ERROR" }