export type TestingAccount = { _id: string; email: string; password: string; updatedAt: string; description: string; };