Skip to content

Commit 0a207cc

Browse files
committed
Update test
1 parent 1e114d2 commit 0a207cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/compiler/propTypeValidatorInference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface Validator<T> {
1313
[nominalTypeHack]?: T;
1414
}
1515

16-
export interface Requireable<T> extends Validator<T | undefined | null> {
16+
export interface Requireable<T> extends Validator<T> {
1717
isRequired: Validator<NonNullable<T>>;
1818
}
1919

0 commit comments

Comments
 (0)