Insomnia-Script-SDK-Docs
    Preparing search index...

    Interface QueryParamOptions

    interface QueryParamOptions {
        disabled?: boolean;
        fileName?: string;
        key: string;
        multiline?: string | boolean;
        type?: string;
        value: string;
    }
    Index

    Properties

    disabled?: boolean
    fileName?: string
    key: string
    multiline?: string | boolean
    type?: string
    value: string