Skip to content

@inferedge/moss-clustering v1.0.0-beta.3


@inferedge/moss-clustering / RequestOptions

Interface: RequestOptions

Internal request options

Properties

method

method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"


path

path: string


body?

optional body: any


headers?

optional headers: Record<string, string>


skipAuth?

optional skipAuth: boolean