UNPKG

@sauce-api/core

Version:

Sauce API core functionality

6 lines (5 loc) 207 B
export interface ObjectOfAnything { [key: string]: any; } export type BooleanInt = 0 | 1; export type HttpMethod = "GET" | "POST" | "PUT" | "DELETE" | "HEAD" | "OPTIONS" | "CONNECT" | "TRACE" | "PATCH";