UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

10 lines (9 loc) 164 B
export declare class Address { id: string; address: string; city: string; zip: string; state: string; country: string; phone: string; }