Perseus
    Preparing search index...
    type MockWidgetPromptJSON = {
        options: { value: string };
        type: "mock-widget";
        userInput: { value: string };
    }
    Index

    Properties

    options: { value: string }
    type: "mock-widget"
    userInput: { value: string }