import { ContentBundleServiceInterfacePort } from '../ports/ContentBundleServiceInterfacePort'

export interface ContentBundleService {
  readonly ContentBundleServiceInterfacePort: ContentBundleServiceInterfacePort
}
