Type alias WithAddress

WithAddress: {
    address1: string;
    city: string;
    state: string;
}

Type declaration

  • address1: string
  • city: string
  • state: string