export interface FE_HookshotGithubBridge { id: number; upstreamId?: number; provisionUrl?: string; sharedSecret?: string; isEnabled: boolean; } export interface FE_HookshotGithubConnection { }