mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add command type to CompleteTypeAnnotation (#48475)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48475 This will be needed for the compat-check. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D67806831 fbshipit-source-id: b660c9557cafbfa2e713e85a0fd2bdc9edabf537
This commit is contained in:
committed by
Facebook GitHub Bot
parent
825492b199
commit
c748b44183
@@ -439,4 +439,6 @@ export type CompleteTypeAnnotation =
|
||||
| UnsafeAnyTypeAnnotation
|
||||
| ArrayTypeAnnotation<CompleteTypeAnnotation>
|
||||
| ObjectTypeAnnotation<CompleteTypeAnnotation>
|
||||
// Components
|
||||
| CommandTypeAnnotation
|
||||
| CompleteReservedTypeAnnotation;
|
||||
|
||||
Reference in New Issue
Block a user