| 6 | } |
| 7 | |
| 8 | export interface UserNoticeEmitter { |
| 9 | trigger(eventName: typeof EVENT_USER_NOTICE, payload: UserNoticePayload): void; |
| 10 | } |
| 11 | |
| 12 | export function publishUserNotice( |
| 13 | emitter: UserNoticeEmitter | undefined, |
no outgoing calls
no test coverage detected