import type * as Vital from "../index.js"; export interface SourceLink { id: number; name: string; slug: string; description: string; logo: string; oauthUrl?: string; authType?: Vital.SourceAuthType; formComponents?: Record; }