-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend TypeScript types #10
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 26 26
=========================================
Hits 26 26 Continue to review full report at Codecov.
|
plugin.d.ts
Outdated
rest?: boolean | { | ||
getSub?: (request: FastifyRequest) => string, | ||
getObj?: (request: FastifyRequest) => string, | ||
getAct?: (request: FastifyRequest) => string | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation seems slightly off here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Sorry for hassle, but could you also publish this change? Would save us a bunch of castings :D |
Done in 1.1.1 |
Thank you! |
Thank you for the contributions! |
It was my pleasure :) |
refs #8