interface FormAddon {
    form?: Record<string, unknown>;
}

Properties

Properties

form?: Record<string, unknown>

shorthand for sending form body, mutually exclusive with other body options

if form is passed in base options, passing one in the request options will override it completely