cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
14 lines (13 loc) • 328 B
TypeScript
interface ICoreSycr {
_id: string;
sycr_code: string;
sycr_name: string;
sycr_numeric_code: number;
sycr_symbol: string;
sycr_symbol_location: string;
sycr_decimal_places: number;
sycr_fraction_name: string;
sycr_country_syctr: string;
row_sync_enabled?: boolean;
}
export { ICoreSycr };