f0743f4
1
2
3
4
5
6
7
export interface AnnounceOptions { message: string; isStatus?: boolean; } export const MESSAGE_UPDATE_INTERVAL = 7000;