🥳
This commit is contained in:
@@ -2,6 +2,7 @@ export type Client = {
|
||||
name: string;
|
||||
email: string;
|
||||
phone: number;
|
||||
activeSession?: boolean
|
||||
};
|
||||
|
||||
export type Session = {
|
||||
|
Reference in New Issue
Block a user