Type Alias KnowledgeSourcesDependenciesResponseV2
KnowledgeSourcesDependenciesResponseV2: {
error_ks_names?: string[] | null;
ks_names?: string[] | null;
missing_ks_list?: string[] | null;
}
Type declaration
Optionalerror_ks_names?: string[] | null
Optionalks_names?: string[] | null
Optionalmissing_ks_list?: string[] | null