Interface
RequestOptions
Properties
auth
?: booleanbody
?: unknown | FormDatafiles
?: AttachmentPayload[]headers
?: Record<string, string>signal
?: AbortSignalAborts the request when triggered (e.g. shutdown). Combined with the client timeout.