export type CreateRequest = { name: string; }; export type LoginRequest = { email: string; password: string; };