The 'this' context of type 'Tag<NextApiService, NextApiService>' is not assignable to method's 'this' of type '{ req: NextApiRequest; res: NextApiResponse<any>; }'.
Type 'Tag<NextApiService, NextApiService>' is missing the following properties from type '{ req: NextApiRequest; res: NextApiResponse<any>; }': req, res
The 'this' context of type 'Tag<NextApiService, NextApiService>' is not assignable to method's 'this' of type '{ req: NextApiRequest; res: NextApiResponse<any>; }'.
Type 'Tag<NextApiService, NextApiService>' is missing the following properties from type '{ req: NextApiRequest; res: NextApiResponse<any>; }': req, res