Migrate actions,reducers and action types to TS #15
This commit is contained in:
15
app/services/users/IUserService.ts
Normal file
15
app/services/users/IUserService.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { User } from "domain/users";
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* User service interface
|
||||
*
|
||||
* @export
|
||||
* @interface IUserService
|
||||
*/
|
||||
export interface IUserService {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user