refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
@@ -21,6 +21,13 @@ export const enum MessageEventBusDestinationTypeNames {
|
||||
syslog = '$$MessageEventBusDestinationSyslog',
|
||||
}
|
||||
|
||||
export const messageEventBusDestinationTypeNames = [
|
||||
MessageEventBusDestinationTypeNames.abstract,
|
||||
MessageEventBusDestinationTypeNames.webhook,
|
||||
MessageEventBusDestinationTypeNames.sentry,
|
||||
MessageEventBusDestinationTypeNames.syslog,
|
||||
];
|
||||
|
||||
// ===============================
|
||||
// Event Message Interfaces
|
||||
// ===============================
|
||||
|
||||
Reference in New Issue
Block a user