UNPKG

@becomes/cms

Version:

Simple CMS for building APIs.

11 lines (10 loc) 176 B
export interface Address { country?: string; city?: string; state?: string; zip?: string; street?: { name: string; number: string; }; }