initial commit lets start to have some fun
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package schema
|
||||
|
||||
type Variable struct {
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Value any `json:"value,omitempty"`
|
||||
Array *Array `json:"array,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user