mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-21 19:54:29 +00:00
* Add missing members and document HookContext * Add optional statusCode and dispatch values to HookContext. * Add docs to HookContext. * Fix tslint.json to ignore file name casing (the existing test file wasn't passing). * Add tests. * Add readonly and make some members non-optional * Several properties are readonly. They're marked as such in TypeScript now. * Those types are also not optional. Nor is `params`. So optional flags were removed.