UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

20 lines 933 B
export * as Common from './common'; export * as Components from './components'; export * as Brand from './modules/brand'; export * as Branch from './modules/branch'; export * as Company from './modules/company'; export * as Benefit from './modules/benefit'; export * as User from './modules/user'; export * as Customer from './modules/customer'; export * as LoyaltyProgram from './modules/loyaltyProgram'; export * as Campaign from './modules/campaign'; export * as Journey from './modules/journey'; export * as Menu from './modules/menu'; export * as MenuItem from './modules/menuItem'; export * as ThirdPartyLogistics from './modules/thirdPartyLogistics'; export * as Location from './modules/location'; export * as Order from './modules/order'; export * as Notification from './modules/notification'; export * as EnablePass from './modules/enablePass'; export * as Store from './modules/store'; //# sourceMappingURL=index.d.ts.map