package openrtb_ext

// ExtImpMobileFuse defines the contract for bidrequest.imp[i].ext.prebid.bidder.mobilefuse
type ExtImpMobileFuse struct {
	PlacementId int `json:"placement_id"`
}
