NewKnowledgeSourceRequest: {
    description: string;
    name: string;
    slug: string;
    type: "API" | "SNIPPET" | "CUSTOM";
}

Type declaration

  • description: string
  • name: string
  • slug: string
  • type: "API" | "SNIPPET" | "CUSTOM"