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