mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Added student status list query
This commit is contained in:
parent
cfd82d3c42
commit
146d80cc98
3 changed files with 46 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
import * as Location from "expo-location";
|
||||
import { GetStudentStatus } from "../components/Api/Api";
|
||||
|
||||
export interface IconProps {
|
||||
size: number;
|
||||
|
@ -137,6 +138,9 @@ export interface StudentStatusType {
|
|||
|
||||
export type StudentStatusReturnType = [boolean, StudentStatusType];
|
||||
|
||||
export type StudentStatusListType = Array<StudentStatusType>;
|
||||
export type StudentStatusListReturnType = [boolean, StudentStatusListType];
|
||||
|
||||
export type LocationType = Location.LocationObject;
|
||||
|
||||
export interface UserInfoType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue