1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-15 04:18:01 +00:00
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"`
}