export interface GithubConfig { id: string; context: string; owner?: string; installation_id: number; installation_json: any; suspended: boolean; only_assigned: boolean; html_url: string; repositories_url: string; target_type: string; github_user: number; source: string; }