UNPKG

@o3r/core

Version:
5 lines 265 B
/** Type of a message exchanged within the Otter Framework */ export const otterMessageType = 'otter'; /** Target of a message that should be handled by the application */ export const applicationMessageTarget = 'app'; //# sourceMappingURL=message.interfaces.js.map