zitadel/internal/v2/avatar/removed.go

8 lines
133 B
Go
Raw Normal View History

package avatar
const AvatarRemovedTypeSuffix = ".avatar.removed"
type RemovedPayload struct {
StoreKey string `json:"storeKey"`
}