export type ExternalServiceInfo = { readonly id: number; name: string; display_name: string; logo?: string | null; };