UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 158 B
export declare class AuthStore { user: any; isAuth: boolean; constructor(); setUser(user: any): void; setIsAuth(isAuth: boolean): void; }