typealias RequestOptions

declare type RequestOptions = Exclude<Parameters<typeof request>[1], undefined>;

Constructors

constructor()

Exclude<Parameters<typeof request>[1], undefined>