mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 17:11:06 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
![]() |
package avatar
|
||
|
|
||
|
const AvatarAddedTypeSuffix = ".avatar.added"
|
||
|
|
||
|
type AddedPayload struct {
|
||
|
StoreKey string `json:"storeKey"`
|
||
|
}
|