export type GoogleAgentDetail = { readonly id: number; readonly sub_agents: string; readonly platform: string; unique_id?: string; model: string; name: string; description: string; instruction: string; output_key?: string | null; readonly inserted_at: string; readonly updated_at: string; /** * edX user ID */ created_by?: number | null; };