vRp.CD2g_test/utils/bypassflow/item.go

6 lines
72 B
Go

package bypassflow
type Item interface {
UniqueIdentification() any
}