mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Added study group creation
This commit is contained in:
parent
3c879b5cf2
commit
62cee96b94
3 changed files with 124 additions and 11 deletions
|
@ -175,6 +175,13 @@ export interface StudyGroupType {
|
|||
subject: string;
|
||||
radius: number;
|
||||
}
|
||||
|
||||
export interface StudyGroupCreateType {
|
||||
name: string;
|
||||
location: LocationType;
|
||||
subject: string;
|
||||
}
|
||||
|
||||
export type StudyGroupReturnType = [boolean, StudyGroupType[]];
|
||||
|
||||
export type StudentStatusReturnType = [boolean, StudentStatusType];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue