JsonRPC/examples/import.jrpc

6 lines
88 B
Plaintext

type TestAtom {
val_number: float;
val_boolean: boolean;
val_string: string;
}