mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +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;
|