mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-01 03:54:20 -05:00
isDeclaredProperty: Use optional-boolean idiom
As elsewhere in the compiler code
This commit is contained in:
@@ -2536,7 +2536,7 @@ namespace ts {
|
||||
|
||||
/* @internal */
|
||||
export interface SpreadElementType extends ResolvedType {
|
||||
isDeclaredProperty: boolean | undefined;
|
||||
isDeclaredProperty?: boolean;
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
|
||||
Reference in New Issue
Block a user