Migrate authorize{ actions, actionType, reducer} to TS & make factory service for interfaces #15
This commit is contained in:
10
app/factories/IServiceProvider.ts
Normal file
10
app/factories/IServiceProvider.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {IAuthorizeService} from 'services/authorize/IAuthorizeService'
|
||||
export interface IServiceProvider{
|
||||
/**
|
||||
* Create authorize service
|
||||
*
|
||||
* @memberof IServiceProvider
|
||||
*/
|
||||
createAuthorizeService : () => IAuthorizeService;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user