1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-06-16 02:28:34 +00:00

8 lines
127 B
Go
Raw Normal View History

package avatar
const AvatarAddedTypeSuffix = ".avatar.added"
type AddedPayload struct {
StoreKey string `json:"storeKey"`
}