UNPKG

@vertical-insure/web-components

Version:

Vertical Insure Web Components using Lit and Open Web Standards

11 lines (10 loc) 218 B
export type Customer = { first_name?: string; last_name?: string; email_address?: string; street?: string; city?: string; state?: string; postal_code?: string; country?: "US" | "CA"; };