mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 06:51:34 +00:00
6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
![]() |
interface Foo {
|
||
|
bar(): void;
|
||
|
baz: i32;
|
||
|
readonly baz2: f64;
|
||
|
}
|