Type Alias User

User: {
    created_at: string;
    disabled: boolean;
    email: string;
    folders: string[];
    folders_owners: string[];
    groups?: string[];
    is_admin: boolean;
    is_super_admin: boolean;
    operator: boolean;
    username: string;
}