We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4af57 commit 8507ccdCopy full SHA for 8507ccd
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