Initial commit
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user