Open zumm opened 5 days ago
I have generated code like this:
export const getMyHistoryResponseTransformer = async (data: any): Promise<GetMyHistoryResponse> => { data = data.map(item => { return videoSchemaResponseTransformer(item); }); return data; };
TS complains about item type: error TS7006: Parameter 'item' implicitly has an 'any' type.
item
error TS7006: Parameter 'item' implicitly has an 'any' type.
No response
typescript: 5.6.3 @hey-api/openapi-ts: 0.55.3
Description
I have generated code like this:
TS complains about
item
type:error TS7006: Parameter 'item' implicitly has an 'any' type.
Reproducible example or configuration
No response
OpenAPI specification (optional)
No response
System information (optional)
typescript: 5.6.3 @hey-api/openapi-ts: 0.55.3