is wrong since it doesn't allow specifying just some of the key modifier handlers. All need to be specified with that type.
Error: Type '{ shift: { subtitle: string; }; }' is missing the following properties from type 'Record<PossibleModifiers, ModifierKeyItem>': fn, ctrl, opt, cmd
This type:
https://github.com/sindresorhus/alfy/blob/2e08f6d7d7142b5bf408ac6b6eb54eadcea9d217/index.d.ts#L235
is wrong since it doesn't allow specifying just some of the key modifier handlers. All need to be specified with that type.
Error:
Type '{ shift: { subtitle: string; }; }' is missing the following properties from type 'Record<PossibleModifiers, ModifierKeyItem>': fn, ctrl, opt, cmd