Your usecase seems to only need that due to Typescript typing. You can set a dummy value `this.someS
Your usecase seems to only need that due to Typescript typing. You can set a dummy value
this.someState = -1 before the call to ctx.blockConcurrencyWhile(...) and then the property won't be considered optional.