feat: add question bank schema

Made-with: Cursor
This commit is contained in:
Anton
2026-03-04 13:38:31 +03:00
parent 35873c3054
commit 970a864823
4 changed files with 64 additions and 0 deletions

View File

@@ -4,3 +4,6 @@ export * from './sessions.js';
export * from './subscriptions.js';
export * from './tests.js';
export * from './testQuestions.js';
export * from './questionBank.js';
export * from './questionCacheMeta.js';
export * from './questionReports.js';