JsonRPC/examples/import.binc

6 lines
89 B
Plaintext

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