export enum Method { ALL = "all", GET = "get", POST = "post", PUT = "put", PATCH = "patch", DELETE = "delete", OPTIONS = "options", }