Skip to content

Satisfactory Server SDK / RequestOptions

Type Alias: RequestOptions<Data>

RequestOptions<Data>: object

Type Parameters

Data

Type declaration

body

body: ValidRequestBody<Data>

headers?

optional headers: RequestInit["headers"]

method

method: "post"

path

path: string

Defined in

src/http-client.ts:44