This commit is contained in:
E
2021-03-07 19:17:00 -07:00
parent 11cf67b594
commit d1e5b0310b
16 changed files with 28267 additions and 8961 deletions

View File

@@ -2,6 +2,7 @@ export type Client = {
name: string;
email: string;
phone: number;
activeSession?: boolean
};
export type Session = {