export type HttpMethod = 'GET' | 'POST' | 'PATCH' | 'PUT' | 'HEAD' | 'DELETE'; export type IAllowList = Array }>;