FetchOptionsThe fetch options for the request.API/Interfaces/FetchOptionshoshimi/src/types/Rest.d.tsSignatureexport interface FetchOptions extends Omit<RestOptions, "endpoint" | "body">Properties2signalbodyMethods0No methods.Propertiessignal#signal: AbortSignal;The signal for the request.body#body?: string;The stringified body for the request.