export type Product = { friendly_name: string; promotional_header?: string; promotional_description?: string; accept_action_text?: string; decline_action_text?: string; peril_heading?: string; perils?: string[]; descriptors?: string[]; legal_disclaimer: string; };