export type FetchRequestMethod = 'get' | 'put' | 'post' | 'patch' | 'delete' | 'options';