wretch
    Preparing search index...

    Type Alias FormDataOptions

    Options for the formData method.

    type FormDataOptions = {
        recursive?: string[] | boolean;
    }
    Index

    Properties

    Properties

    recursive?: string[] | boolean

    Enable recursion through nested objects to produce object[key] keys. When set to true, all nested objects will be recursively converted. When set to an array of strings, the specified keys will be excluded from recursion.