2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-11 15:14:52 +00:00
2023-11-29 09:31:02 +00:00

6 lines
80 B
Go

package requests
type SetLightClient struct {
Enabled bool `json:"enabled"`
}