typealias RequestOptions

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