Type alias NewResearchContextViewModel
NewResearchContextViewModel: {
code: number;
errorCode?: number | null;
errorMessage?: string | null;
errorName?: string | null;
errorType?: string | null;
llm_name: string;
research_context_description: string;
research_context_id: number;
research_context_title: string;
status: boolean;
}
Type declaration
code: number
Optional errorCode?: number | null
Optional errorMessage?: string | null
Optional errorName?: string | null
Optional errorType?: string | null
llm_name: string
research_context_description: string
research_context_id: number
research_context_title: string
status: boolean
View Model for the New Research Context Feature.