- Added Custom Exams tab showing all exams from Generation page - Displays title, module badges, duration, and status - Added Create Exam button - Kept Exam Sessions tab for institutional sessions - Search filters across exams Made-with: Cursor
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
declare const KNOWN_ASSET_TYPES: string[];
|
|
declare const KNOWN_ASSET_RE: RegExp;
|
|
declare const CSS_LANGS_RE: RegExp;
|
|
|
|
export { CSS_LANGS_RE, KNOWN_ASSET_RE, KNOWN_ASSET_TYPES };
|