UNPKG

@vertical-insure/web-components

Version:

Vertical Insure Web Components using Lit and Open Web Standards

12 lines (11 loc) 301 B
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; };