mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Separated distance calculation and far map renderer into own components
This commit is contained in:
parent
12e3d29822
commit
790574daee
5 changed files with 116 additions and 75 deletions
|
@ -130,7 +130,13 @@ export interface LocationType {
|
|||
}
|
||||
|
||||
export interface StudentStatusType {
|
||||
user?: string;
|
||||
subject: string;
|
||||
location: LocationType;
|
||||
landmark: string | null;
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
export interface StudentStatusPatchType {
|
||||
subject?: string;
|
||||
location?: LocationType;
|
||||
landmark?: string | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue