2020-11-24 01:54:34 -06:00
|
|
|
package variables
|
|
|
|
|
|
|
|
// Custom variables are for values that do not change.
|
2020-11-25 00:43:09 -06:00
|
|
|
#Custom: _variable & {
|
2020-11-24 01:54:34 -06:00
|
|
|
// Options as comma separated values.
|
|
|
|
query: string
|
|
|
|
// Variable type.
|
|
|
|
type: string | *"custom"
|
|
|
|
}
|