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

export interface CreativeWrapperService {
  readonly CreativeWrapperServiceInterfacePort: CreativeWrapperServiceInterfacePort
}
