🤞
This commit is contained in:
9
client/src/types/index.ts
Normal file
9
client/src/types/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type Client = {
|
||||
name: string;
|
||||
email: string;
|
||||
phone: number;
|
||||
};
|
||||
|
||||
export type Session = {
|
||||
timestamp: number;
|
||||
};
|
Reference in New Issue
Block a user