feat(types,module-sdk): setup authentication module skeleton (#5943)
**What** - add authentication module skeleton
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./service"
|
||||
@@ -0,0 +1,3 @@
|
||||
import { IModuleService } from "../modules-sdk"
|
||||
|
||||
export interface IAuthenticationModuleService extends IModuleService {}
|
||||
@@ -1,3 +1,4 @@
|
||||
export * as AuthenticationTypes from "./authentication"
|
||||
export * as CacheTypes from "./cache"
|
||||
export * as CommonTypes from "./common"
|
||||
export * as CustomerTypes from "./customer"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export * from "./address"
|
||||
export * from "./authentication"
|
||||
export * from "./bundles"
|
||||
export * from "./cache"
|
||||
export * from "./cart"
|
||||
|
||||
Reference in New Issue
Block a user