1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-07 09:44:34 +00:00

7 lines
148 B
Go
Raw Normal View History

package model
//Deprecated: Enum is useless, better use normal enums, because we rarely need string value
type Enum interface {
String() string
}