UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

13 lines (12 loc) 296 B
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; } export { ICoreSycr };