UNPKG

skedify-types

Version:
8 lines (7 loc) 142 B
export interface PostalCode { id: string; parent_id?: string | null; label: string | null; country: string; code?: string | null; }