export interface AuthInput { name: string; placeholder: string; type: string; required: boolean; minlength: number; }