cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
12 lines (11 loc) • 381 B
TypeScript
declare class ICoreDocSeriesCounter {
_id?: string;
cdsc_series_id?: string;
/** GLOBAL | YYYY | YYYY-MM | YYYY-MM-DD | YYYY-WNN | YYYY-QN | financialYearId | academicYearId */
cdsc_period_key?: string;
cdsc_current_value?: number;
cdsc_total_generated?: number;
cdsc_created_at?: Date;
cdsc_last_used_at?: Date;
}
export { ICoreDocSeriesCounter };