LibreChat/client/src/common/a11y.ts

7 lines
124 B
TypeScript
Raw Normal View History

export interface AnnounceOptions {
message: string;
isStatus?: boolean;
}
export const MESSAGE_UPDATE_INTERVAL = 7000;