Dmitriy Kovel
Dmitriy Kovel
Guys any updates here?
Hi, any news with this PR ?
@colinhacks thanks Man!
@kopach Hi, honestly I didn't dive into it deeply. I just reused this code to solve the issue. Maybe it will be helpful. ```ts export type UnionToIntersection = ( U...
Is any updates here about support this feature?
Hi, @garfewsab. You can try my approach ```typescript // users.hooks.ts import validator from "./users.validator"; export default { before: { all: [], find: [ validator.find() ], get: [ validator.get() ], create:...
Sorry for the mess in code ;)
@ThomasAribart Ogh, it's sad. But I appropriate your answer and this is known feature request and it is in project roadmap. Thank you a lot. I will look forward to...