Emojy reactions
This commit is contained in:
@@ -49,10 +49,17 @@ export type BaseResponse<Data> = {
|
||||
body: Data;
|
||||
};
|
||||
|
||||
export interface Reaction {
|
||||
_id: string;
|
||||
sub: string;
|
||||
reaction: string;
|
||||
}
|
||||
|
||||
export interface Lesson {
|
||||
id: string;
|
||||
_id: string;
|
||||
name: string;
|
||||
reactions: Reaction[];
|
||||
students: User[];
|
||||
teachers: Teacher[];
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user