5
common/resources/client/comments/commentable.ts
Executable file
5
common/resources/client/comments/commentable.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
export interface Commentable {
|
||||
id: number;
|
||||
model_type: string;
|
||||
duration?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user