mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 14:01:19 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package model
|
|
|
|
type AdminActionForUser struct {
|
|
UserEmail string
|
|
AdminEmail string
|
|
}
|