We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfada6 commit 600f344Copy full SHA for 600f344
templates/hyperweb/src/hello/index.ts
@@ -1,7 +1,7 @@
1
export default class Contract {
2
state: {
3
msg?: string | boolean | null;
4
- } = {};
+ };
5
6
constructor() { }
7
0 commit comments