export interface SignInInputs {
	username: string;
	password: string;
}
