mirror of
https://github.com/ente-io/ente.git
synced 2025-07-12 18:08:44 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package model
|
|
|
|
type AdminActionForUser struct {
|
|
UserEmail string
|
|
AdminEmail string
|
|
}
|