UNPKG

@qite/tide-client

Version:
8 lines (7 loc) 141 B
export interface PersonCountryPreference { id?: number; personId: number; countryId: number; countryName: string; order: number; }