front-prod/e2e/types.ts

2 lines
70 B
TypeScript
Raw Normal View History

export type User = { email: string; name: string; password: string };