Migrate authorize{ actions, actionType, reducer} to TS & make factory service for interfaces #15
This commit is contained in:
5
app/services/authorize/index.ts
Normal file
5
app/services/authorize/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IAuthorizeService } from "./IAuthorizeService";
|
||||
|
||||
export {
|
||||
IAuthorizeService
|
||||
}
|
||||
Reference in New Issue
Block a user