UNPKG

@ozmap/ozn-sdk

Version:

OZN SDK is a powerful tool for developers to build their own applications on top of OZN using TMForum pattern.

12 lines (10 loc) 352 B
import * as resourcePoolManagement from './resource-pool-management'; import * as geographicAddress from './geographic-address'; import * as serviceQualification from './service-qualification'; import * as shared from './shared'; export default { ...shared, ...geographicAddress, ...resourcePoolManagement, ...serviceQualification, };