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;
    row_sync_enabled?: boolean;
}
export { ICoreSyctr };
