test to test
This commit is contained in:
@ -27,6 +27,13 @@ export interface Course {
|
||||
classes?: Array<Group>;
|
||||
}
|
||||
|
||||
export interface Token {
|
||||
authorityRole: string,
|
||||
email: string,
|
||||
id: number,
|
||||
token: string,
|
||||
}
|
||||
|
||||
export interface User {
|
||||
email: string;
|
||||
id: number;
|
||||
|
Reference in New Issue
Block a user