package usecasehelper type MWType string const ( MWTPre MWType = "Pre" MWTPost MWType = "Post" )