thesource-campaigns/types/Range.dhall

2 lines
78 B
Plaintext

{ Type = { low : Natural, high : Natural }, default = { low = 0, high = 0 } }