UNPKG

authentification-redux-lib

Version:

library for authentification with react redux typescript

6 lines (5 loc) 110 B
export interface AuthState { login: Login; signup: Signup; forgetpassword: ForgotPassword; }