mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-22 10:16:13 +01:00
feat: Add common types and interfaces for accessibility, agents, artifacts, assistants, and tools
This commit is contained in:
parent
dcaa5af598
commit
1380db85cb
10 changed files with 807 additions and 0 deletions
6
client/src/common/a11y.ts
Normal file
6
client/src/common/a11y.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export interface AnnounceOptions {
|
||||
message: string;
|
||||
isStatus?: boolean;
|
||||
}
|
||||
|
||||
export const MESSAGE_UPDATE_INTERVAL = 7000;
|
||||
Loading…
Add table
Add a link
Reference in a new issue