Property 'queryParams' in type 'HeyoController' is not assignable to the same property in base type 'Controller'.
Type '{ category: { type: string; }; }[]' is not assignable to type '(string | Record<string, string | QueryParamConfig | undefined>)[]'.
Type '{ category: { type: string; }; }' is not assignable to type 'string | Record<string, string | QueryParamConfig | undefined>'.
Type '{ category: { type: string; }; }' is not assignable to type 'Record<string, string | QueryParamConfig | undefined>'.
Property 'category' is incompatible with index signature.
Type '{ type: string; }' is not assignable to type 'string | QueryParamConfig | undefined'.
Type '{ type: string; }' is not assignable to type 'QueryParamConfig'.
Types of property 'type' are incompatible.
Type 'string' is not assignable to type '"string" | "number" | "boolean" | "array" | undefined'.ts(2416)