export interface SetBusinessAccountNameOptionsApplicationJson { business_connection_id: string; first_name: string; last_name?: string; }