1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-16 21:08:00 +00:00
zitadel/internal/v2/domain/removed.go

8 lines
120 B
Go
Raw Normal View History

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