1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-07-15 08:39:08 +00:00

8 lines
120 B
Go
Raw Normal View History

package domain
const RemovedTypeSuffix = "domain.removed"
type RemovedPayload struct {
Name string `json:"domain"`
}