mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 10:30:57 -06:00
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
struct StructPrimitives {
|
|
number: Number
|
|
bool: Bool
|
|
string: String
|
|
blob: Blob
|
|
value: Value
|
|
}
|