mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 17:50:19 +00:00
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, ```