import type * as Vital from "../index.js"; export interface Source { name: string; slug: string; description: string; logo: string; group?: string; oauthUrl?: string; authType?: Vital.SourceAuthType; sourceType?: Vital.SourceType; isActive?: boolean; backfillNumDays?: number; id: number; }