UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

13 lines (12 loc) 309 B
declare class AccFinancialYear { _id?: string; accyr_code?: string; accyr_name?: string; accyr_description?: string; accyr_from_date?: Date; accyr_to_date?: Date; accyr_isactive?: boolean; accyr_iscurrent?: boolean; accyr_islocked?: boolean; } export { AccFinancialYear };