export type GenericHandler = (req: any) => any | Promise;