Type Alias KnowledgeSourceEvent
KnowledgeSourceEvent: {
document_id?: string | null;
document_score?: number | null;
document_type?: string | null;
id?: string | null;
name: string;
slug: string;
type: "knowledge_source";
}
Type declaration
Optionaldocument_id?: string | null
Optionaldocument_score?: number | null
Optionaldocument_type?: string | null
Optionalid?: string | null
name: string
slug: string
type: "knowledge_source"