export interface Source { /** * The name and identifier of the source. */ name: string; /** * The description of the source. */ description?: string; }