Skip to content

Commit fe413d3

Browse files
authored
Update src/contract2/types.ts
1 parent 4536eab commit fe413d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contract2/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export type MappingStore<Params extends any[], ValueType> = (state: State) => [
1616
export type Store<ValueType> = (state: State) => [
1717
() => ValueType,
1818
(value: ValueType) => void,
19-
]
19+
]

0 commit comments

Comments
 (0)