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