added search routes and controller #8
Annotations
6 errors and 1 warning
build:
src/modules/search/search.controller.ts#L7
Type '{ QueryString: { username?: string; email?: string; phone?: string; }; }' has no properties in common with type 'RouteGenericInterface'.
|
build:
src/modules/search/search.controller.ts#L10
Property 'username' does not exist on type '{}'.
|
build:
src/modules/search/search.controller.ts#L10
Property 'email' does not exist on type '{}'.
|
build:
src/modules/search/search.controller.ts#L10
Property 'phone' does not exist on type '{}'.
|
build:
src/modules/search/search.routes.ts#L10
No overload matches this call.
|
build
Process completed with exit code 2.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|