Skip to content

Commit 8757c74

Browse files
authored
closes basarat#462 🌹
1 parent 9346f5a commit 8757c74

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
@@ -217,7 +217,7 @@ Quite commonly in the JS community you will see APIs that abuse string indexers.
217217
```ts
218218
interface NestedCSS {
219219
color?: string;
220-
[selector: string]: string | NestedCSS;
220+
[selector: string]: string | NestedCSS | undefined;
221221
}
222222

223223
const example: NestedCSS = {

0 commit comments

Comments
 (0)