Hierarchy

  • RequestOptions

Properties

auth?: string | boolean
editBaseURL?: string
files?: File[]
form?: FormData
headers?: Record<string, string>
json?: unknown
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE"
path: string
priority?: boolean
query?: URLSearchParams
reason?: string
route?: string