fix: The client and server send the ILevel type differently
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface ILevel {
|
||||
name: string;
|
||||
desc: string;
|
||||
description: string;
|
||||
level: number;
|
||||
|
||||
done: boolean;
|
||||
|
||||
Reference in New Issue
Block a user