/** Type of a message exchanged within the Otter Framework */exportconst otterMessageType = 'otter';
/** Target of a message that should be handled by the application */exportconst applicationMessageTarget = 'app';
//# sourceMappingURL=message.interfaces.js.map