1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-06-16 09:08:33 +00:00

8 lines
120 B
Go
Raw Normal View History

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