// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { type Fetch } from './builtin-types'; export type PromiseOrValue = T | Promise; export type HTTPMethod = 'get' | 'post' | 'put' | 'patch' | 'delete'; export type RequestClient = { fetch: Fetch }; export type Headers = Record; export type DefaultQuery = Record; export type KeysEnum = { [P in keyof Required]: true };