https://github.com/slackapi/bolt-js/blob/e14c6a19f9435607745daf16aab4062cf6b731a7/src/types/helpers.ts#L5 As per title, I think it should be `unknown` to prevent accessing properties which may not exist.
bolt-js/src/types/helpers.ts
Line 5 in e14c6a1
As per title, I think it should be
unknownto prevent accessing properties which may not exist.