UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

15 lines (14 loc) 480 B
interface ICoreSyctr { _id?: string; syctr_country_iso_code_two_char?: string; syctr_country_iso_code_three_char?: string; syctr_country_iso_code_digit?: number; syctr_country_official_name?: string; syctr_country_iso_name?: string; syctr_country_top_level_domain?: string; syctr_country_sovereignty?: string; syctr_country_telephone_code?: string; syctr_country_time_zone?: number; syctr_country_dst?: string; } export { ICoreSyctr };