type APIMethods = 'get' | 'post' | 'put' | 'delete' | 'patch'; export type { APIMethods };