Initial commit

This commit is contained in:
arhat0307
2026-06-26 00:06:07 +09:00
commit 75f9c5d7d4
108 changed files with 10256 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as AppService from "./appservice.js";
export {
AppService
};
export type {
AnswerEvaluation,
AnswerRecord,
AppSettings,
ConfigureRequest,
ExamConfig,
ExamReport,
OverallReport,
Question,
StartSessionResponse,
SubmitAnswerRequest,
SubmitAnswerResponse
} from "./models.js";