Interface User

interface User {
    assistant_theme: "knowlecy" | "mouse" | "grey";
    created_time: string;
    default_llm_id: string;
    id: string;
    name: string;
    picture: null | string;
    plan: "student" | "professional";
    theme: "knowlecy" | "energy" | "erudite" | "growth";
    type: "superuser" | "standard";
    university_id?: string;
}

Properties

assistant_theme: "knowlecy" | "mouse" | "grey"
created_time: string
default_llm_id: string
id: string
name: string
picture: null | string
plan: "student" | "professional"
theme: "knowlecy" | "energy" | "erudite" | "growth"
type: "superuser" | "standard"
university_id?: string