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