2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
|
|
export type User = { email: string; name: string; password: string };
|