Type alias KnowledgeGraph

KnowledgeGraph: {
    attributes: Record<string, string>;
    description: string;
    descriptionLink: string;
    descriptionSource: string;
    imageUrl: string;
    title: string;
    type: string;
    website: string;
}

Type declaration

  • attributes: Record<string, string>
  • description: string
  • descriptionLink: string
  • descriptionSource: string
  • imageUrl: string
  • title: string
  • type: string
  • website: string

Generated using TypeDoc