cleaning more things up

This commit is contained in:
Arjun Patel
2022-02-07 09:45:14 -08:00
parent c16a100f49
commit 2b2844ec98
6 changed files with 16 additions and 96 deletions
@@ -1,7 +0,0 @@
export default interface IFirestoreSerializable {
id: string;
serialize: () => {};
// deserialize: (firestoreData: {}) => {};
}
-1
View File
@@ -4,7 +4,6 @@ import {
serverTimestamp,
Timestamp,
} from "firebase/firestore";
import IFirestoreSerializable from "./firestoreSerializable";
export class User {
id: string;