mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
Merge pull request #41655 from BerriAI/litellm_remove_unused_access_group_types
chore(ui): remove unused access-groups type interfaces
This commit is contained in:
commit
e9823c6063
1 changed files with 0 additions and 32 deletions
|
|
@ -12,35 +12,3 @@ export interface AccessGroup {
|
|||
updatedAt: string;
|
||||
updatedBy: string;
|
||||
}
|
||||
|
||||
export interface Model {
|
||||
id: string;
|
||||
name: string;
|
||||
provider: string;
|
||||
}
|
||||
|
||||
export interface McpServer {
|
||||
id: string;
|
||||
name: string;
|
||||
endpoint: string;
|
||||
}
|
||||
|
||||
export interface Agent {
|
||||
id: string;
|
||||
name: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export interface AccessGroupKey {
|
||||
id: string;
|
||||
alias: string;
|
||||
status: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export interface AccessGroupTeam {
|
||||
id: string;
|
||||
name: string;
|
||||
members: number;
|
||||
role: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue