UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 196 B
import { ProposalServiceInterfacePort } from '../ports/ProposalServiceInterfacePort'; export interface ProposalService { readonly ProposalServiceInterfacePort: ProposalServiceInterfacePort; }