🧼
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export type Client = {
|
||||
name: string;
|
||||
email: string;
|
||||
phone: number;
|
||||
activeSession?: boolean
|
||||
};
|
||||
name: string
|
||||
email: string
|
||||
phone: number
|
||||
photos: string[]
|
||||
}
|
||||
|
||||
export type Session = {
|
||||
timestamp: number;
|
||||
};
|
||||
timestamp: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user