I have a deno slack app and am trying to configure a shortcut to run from the context menu on messages. Having the message context is essential to the feature. I'm unable to add shortcuts configuration to the manifest using features.shortcuts as described here as that gives an error:
'shortcuts' does not exist in type 'ISlackManifestRunOnSlackFeaturesSchema'.
I must be missing something and would greatly appreciate being pointed in the right direction. What's the correct way to add a context menu shortcut? Thanks.