export interface Underwriter { id: number; name: string; logo_url: string | null; description: string; website_url: string | null; display_order: number; active: boolean; }