export type LoginData = { username: string; password: string; };