export default interface UserAuthenticatedInterface { user_id?: number; login?: string; nome?: string; email?: string; sigla?: string; }