You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Todos los métodos siempre retornarán un objeto de tipo ResponseG, el cual contiene la siguiente estructura:
interface ResponseG { error: any; warning: any; info: any; item: any | any[]; }