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

export interface UserTeamAssociationService {
  readonly UserTeamAssociationServiceInterfacePort: UserTeamAssociationServiceInterfacePort
}
