AppleSauce
    Preparing search index...

    Type Alias RequestTextInput

    type RequestTextInput = {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string
    type: "text"