feathersjs-ecosystem/feathers-hooks-common

Types for populate don't account for the function param

intercaetera opened this issue · 2 comments

The interface for the populate hook does not account for passing in the schema as a function that resolves to Partial<PopulateSchema>.

https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/master/types/index.d.ts#L287

We refactored feathers-hooks-common to a typescript version. Does this problem still exist with version v6.0.0?

Closing because of inactivity. Please feel free to comment if this still is a problem.