1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-23 14:58:20 +00:00

8 lines
130 B
Go
Raw Normal View History

package domain
const PrimarySetTypeSuffix = "domain.primary.set"
type PrimarySetPayload struct {
Name string `json:"domain"`
}