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