mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(ui): add missing access_group fields to TeamData.team_info type
The TeamData interface was missing access_group_models, access_group_mcp_server_ids, and access_group_agent_ids fields, causing a TypeScript build failure.
This commit is contained in:
parent
3bdd042507
commit
bb03a11d7c
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ export interface TeamData {
|
|||
} | null;
|
||||
created_at: string;
|
||||
access_group_ids?: string[];
|
||||
access_group_models?: string[];
|
||||
access_group_mcp_server_ids?: string[];
|
||||
access_group_agent_ids?: string[];
|
||||
guardrails?: string[];
|
||||
policies?: string[];
|
||||
object_permission?: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue