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