diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 86cd2c59f4..48f09a9090 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -2477,7 +2477,7 @@ export interface DatePickerIOSProperties extends ViewProperties { * enum(1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30) * The interval at which minutes can be selected. */ - minuteInterval?: number; + minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30; /** * enum('date', 'time', 'datetime')