feat: add tests and test_questions schema

Made-with: Cursor
This commit is contained in:
Anton
2026-03-04 13:38:19 +03:00
parent 8b3a4c475f
commit 35873c3054
3 changed files with 49 additions and 0 deletions

View File

@@ -2,3 +2,5 @@ export * from './enums.js';
export * from './users.js';
export * from './sessions.js';
export * from './subscriptions.js';
export * from './tests.js';
export * from './testQuestions.js';