team creation clean done

This commit is contained in:
Arjun Patel
2022-01-14 12:17:59 -08:00
parent 46ab74119f
commit 00d256b43b
7 changed files with 103 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Firestore } from "firebase/firestore";
export default interface IService {
db: Firestore;
}