Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Type aliases

DataStore

DataStore: { assistantList: Map<string, EduUserStruct>; rewards: Map<string, number>; studentList: Map<string, EduUserStruct>; teacherList: Map<string, EduUserStruct>; userCount: number; users: Map<string, EduUserStruct> }

Type declaration