Matrix/entities/device/key.go
2020-10-01 17:45:57 +02:00

7 lines
144 B
Go

package device
type Key struct {
Id string `json:"id,omitempty"`
Type string `json:"type,omitempty"`
Key string `json:"key,omitempty"`
}