export type ZoroHttpMethod = "GET" | "POST" | "PATCH" | "PUT" | "DELETE";