GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ApiRequestOptions

API/Interfaces/ApiRequestOptions
seyfert/lib/api/shared.d.ts

Signature

export interface ApiRequestOptions

Properties

9
bodyqueryfilesauthreasonrouteunshiftappendToFormDatatoken

Methods

0

No methods.

Properties

body#
body?: Record<string, any>;
query#
query?: Record<string, any>;
files#
files?: RawFile[];
auth#
auth?: boolean;
reason#
reason?: string;
route#
route?: `/${string}`;
unshift#
unshift?: boolean;
appendToFormData#
appendToFormData?: boolean;
token#
token?: string;