export type Client = { name: string; email: string; phone: number; }; export type Session = { timestamp: number; };