mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 09:34:39 +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, ```