Files
DefinitelyTyped/types/hapi
Cahya Pribadi de1ec36c49 Update index.d.ts
based on hapi.js request object on actual module that params and payload are possible to be null when there is no value applied on it.
```
params: null,
paramsArray: null,
path: '/v1/Schemas',
payload: null,
```
2018-06-22 16:54:26 +12:00
..
2018-06-22 16:54:26 +12:00