mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 02:58:44 -06:00
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
struct OptionalStruct {
|
|
s: optional String
|
|
b: optional Bool
|
|
}
|