[x] I have run npm test locally and all tests are passing.
PR Description
Avoiding the following typescript error on build.
> @axa/bautajs-fastify@3.0.0-alpha.2 build
> tsc --build
Error: src/expose-routes.ts(44,7): error TS2322: Type 'string | string[] | undefined' is not assignable to type 'string | undefined'.
Type 'string[]' is not assignable to type 'string'.
Pull Request Template
PR Checklist
npm test
locally and all tests are passing.PR Description
Avoiding the following typescript error on build.