Type Alias KnowledgeBasesResult

type KnowledgeBasesResult = {
    data: KnowledgeBaseLight[];
    links?: PageLinks;
}
Index

Properties

Properties

links?: PageLinks