UNPKG

@etsoo/react

Version:

TypeScript ReactJs UI Independent Framework

14 lines (13 loc) 249 B
/** * Core constants */ export declare namespace CoreConstants { /** * User id saved field */ const FieldUserIdSaved = "UserIdSaved"; /** * Rresh token cache field */ const FieldRefreshToken = "RefreshToken"; }