chat / e2e /types.ts
helloya20's picture
Upload 2345 files
f0743f4 verified
export type User = { email: string; name: string; password: string };