mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-02 01:50:57 +00:00
8 lines
123 B
Go
8 lines
123 B
Go
![]() |
package domain
|
||
|
|
||
|
const VerifiedTypeSuffix = "domain.verified"
|
||
|
|
||
|
type VerifiedPayload struct {
|
||
|
Name string `json:"domain"`
|
||
|
}
|