-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello, I am using lacosta:method-hooks mixin for my validated methods and I am also using typescript, but I am getting an error related to types definitions because validated-method types don't recognize beforeHooks and afterHooks properties in options object of the validated method. So, I was wondering if anyone knows how to create a type's definition for this package of lacosta:method-hooks.
Btw, I am using @types/meteor-mdg-validated-method correctly in my tsconfig.json file:
...
"types": ["node", "mocha", "jest",
"@types/meteor-collection-hooks",
"@types/meteor-dburles-collection-helpers",
"@types/meteor-mdg-validated-method"
],
...So, it just missing to fix that error about mixins.
I will be very glad about that.
Metadata
Metadata
Assignees
Labels
No labels
