export type ViewName = string; export type SystemListenerName = "@lenra:navTo"; export type AppListenerName = string; export type ListenerName = AppListenerName | SystemListenerName;