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