mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Make silent option on AreYouSureOptions optional
Make silent option on AreYouSureOptions optional
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ interface AreYouSureOptions {
|
||||
fieldSelector?: string;
|
||||
|
||||
/**Make Are-You-Sure "silent" by disabling the warning message*/
|
||||
silent: boolean;
|
||||
silent?: boolean;
|
||||
}
|
||||
|
||||
interface AreYouSure {
|
||||
|
||||
Reference in New Issue
Block a user