Type Alias KnowledgeSourceResponse
KnowledgeSourceResponse: {
creator: string | null;
default: boolean;
description: string;
name: string;
slug: string;
type: string;
visibility_level: string;
}
Type declaration
creator: string | null
default: boolean
description: string
name: string
slug: string
type: string
visibility_level: string