export interface AgencyClientDeclarationFields { agency_representing_client: number; client_based_in_france: number; client_city: string; client_country_code: string; client_email_address: string; client_name: string; client_postal_code: string; client_province: string; client_street: string; client_street2: string; has_written_mandate_from_advertiser: number; is_client_paying_invoices: number; }