6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
type TestAtom {
|
|
val_number: float;
|
|
val_boolean: boolean;
|
|
val_string: string;
|
|
}
|