export const RequestMethod = { Get: 'GET', Post: 'POST', Put: 'PUT', Delete: 'DELETE', Options: 'OPTIONS', Head: 'HEAD', Patch: 'PATCH' }