fix
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface MotionModel {
|
||||
id?: string,
|
||||
name?: string,
|
||||
categoryId?: string,
|
||||
category?: string,
|
||||
allowDelete: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user