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