import { CreativeTemplateServiceInterfacePort } from '../ports/CreativeTemplateServiceInterfacePort'; export interface CreativeTemplateService { readonly CreativeTemplateServiceInterfacePort: CreativeTemplateServiceInterfacePort; }