diff --git a/types/seamless-immutable/index.d.ts b/types/seamless-immutable/index.d.ts index 739eafb463..ebf546d409 100644 --- a/types/seamless-immutable/index.d.ts +++ b/types/seamless-immutable/index.d.ts @@ -57,7 +57,7 @@ declare namespace SeamlessImmutable { getIn(propertyPath: [ K, L, M, N ]): Immutable; getIn(propertyPath: [ K, L, M, N ], defaultValue: T[K][L][M][N]): Immutable; getIn( - propertyPath: [ K, L, M, N, O ]): Immutable + propertyPath: [ K, L, M, N, O ]): Immutable; getIn( propertyPath: [ K, L, M, N, O ], defaultValue: T[K][L][M][N][O]): Immutable; getIn(propertyPath: string[]): Immutable;