Files
2025-08-21 16:24:48 +07:00

9 lines
102 B
Go

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