Model STs in Persistence #799
Annotations
18 errors
|
lint
'batches' is possibly 'null'.
|
|
lint
Property 'map' does not exist on type 'string | number | boolean | JsonObject | JsonArray'.
|
|
lint
Parameter 'batch' implicitly has an 'any' type.
|
|
lint
Parameter 'index' implicitly has an 'any' type.
|
|
lint
Property 'stateTransitions' does not exist on type 'Omit<{ status: boolean; statusMessage: string | null; events: JsonValue; txHash: string; blockHash: string; }, "blockHash">'.
|
|
lint
Process completed with exit code 1.
|
|
build
'batches' is possibly 'null'.
|
|
build
Property 'map' does not exist on type 'string | number | boolean | JsonObject | JsonArray'.
|
|
build
Parameter 'batch' implicitly has an 'any' type.
|
|
build
Parameter 'index' implicitly has an 'any' type.
|
|
build
Property 'stateTransitions' does not exist on type 'Omit<{ status: boolean; statusMessage: string | null; events: JsonValue; txHash: string; blockHash: string; }, "blockHash">'.
|
|
build
Process completed with exit code 1.
|
|
test
'batches' is possibly 'null'.
|
|
test
Property 'map' does not exist on type 'string | number | boolean | JsonObject | JsonArray'.
|
|
test
Parameter 'batch' implicitly has an 'any' type.
|
|
test
Parameter 'index' implicitly has an 'any' type.
|
|
test
Property 'stateTransitions' does not exist on type 'Omit<{ status: boolean; statusMessage: string | null; events: JsonValue; txHash: string; blockHash: string; }, "blockHash">'.
|
|
test
Process completed with exit code 1.
|