mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-02 21:21:45 +00:00
9 lines
122 B
Go
9 lines
122 B
Go
![]() |
package human
|
||
|
|
||
|
type NotificationType int32
|
||
|
|
||
|
const (
|
||
|
NotificationTypeEmail NotificationType = iota
|
||
|
NotificationTypeSms
|
||
|
)
|