15 lines
441 B
TypeScript
15 lines
441 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CheckLoginStatus():Promise<boolean>;
|
|
|
|
export function GetStats():Promise<Record<string, any>>;
|
|
|
|
export function GetStudentInfo():Promise<Record<string, any>>;
|
|
|
|
export function Logout():Promise<void>;
|
|
|
|
export function NavigateToLogin():Promise<void>;
|
|
|
|
export function SendWebcamFrame(arg1:string):Promise<void>;
|