remove delete useless methods

This commit is contained in:
Peter Maquiran
2022-01-13 10:55:40 +01:00
parent 3565d5ceb2
commit 0f3f0e60df
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
export interface Ts {
interface Ts {
$date: any;
}
export interface U {
interface U {
_id: string;
username: string;
name: string;