export interface Source {
  /** Type of the knowledge base source */
  type?: string;
}
