This commit is contained in:
E
2021-03-07 21:46:40 -07:00
parent b0aec2cfd1
commit 0760c93ce4
7 changed files with 107 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ export type Client = {
name: string
email: string
phone: number
photos: string[]
has_photos: boolean
}
export type Session = {