SmythOS SDK
    Preparing search index...

    Type Alias InputSettings

    type InputSettings = {
        default?: boolean;
        description?: string;
        optional?: boolean;
        type?:
            | "Text"
            | "Number"
            | "Boolean"
            | "Object"
            | "Array"
            | "Any"
            | "Binary";
    }
    Index

    Properties

    default?: boolean
    description?: string
    optional?: boolean
    type?: "Text" | "Number" | "Boolean" | "Object" | "Array" | "Any" | "Binary"