UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

9 lines (8 loc) 199 B
export interface Address { StreetAddress?: string | null; City?: string | null; State?: string | null; ZIP?: string | null; County?: string | null; Country?: string | null; }