Skip to content

Commit e0b67ba

Browse files
authored
Update index-signatures.md
1 parent 430c5ba commit e0b67ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/index-signatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,5 @@ type FieldState = {
280280

281281
type FormState =
282282
{ isValid: boolean }
283-
& { [fieldName: number]: FieldState }
283+
& { [fieldName: string]: FieldState }
284284
```

0 commit comments

Comments
 (0)