mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
ui - new build
This commit is contained in:
parent
8bff66168c
commit
7baf45bc0f
25 changed files with 28 additions and 28 deletions
|
@ -16,10 +16,10 @@ import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
|
|||
|
||||
|
||||
interface ModelHubProps {
|
||||
userID: string;
|
||||
userRole: string;
|
||||
token: string;
|
||||
accessToken: string;
|
||||
userID: string | null;
|
||||
userRole: string | null;
|
||||
token: string | null;
|
||||
accessToken: string | null;
|
||||
keys: any; // Replace with the appropriate type for 'keys' prop
|
||||
premiumUser: boolean;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue