export type Method = "GET" | "POST" | "PATCH" | "PUT" | "DELETE"; export default Method;