Type Alias KnowledgeSourceItemResponse
KnowledgeSourceItemResponse: {
creator: string | null;
description: string;
id: string;
name: string;
object_count: number;
slug: string;
type: string;
visibility_level: string;
}
Type declaration
creator: string | null
description: string
id: string
name: string
object_count: number
slug: string
type: string
visibility_level: string