mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 03:06:12 +01:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
|
|
export interface AnnounceOptions {
|
||
|
|
message: string;
|
||
|
|
isStatus?: boolean;
|
||
|
|
}
|
||
|
|
|
||
|
|
export const MESSAGE_UPDATE_INTERVAL = 7000;
|