mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
6 lines
96 B
Go
6 lines
96 B
Go
package structs
|
|
|
|
type Settings struct {
|
|
Name string `json:"name"`
|
|
Type string `json:"type"`
|
|
}
|