File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export interface JavaScriptModule {
68
68
* exports should be described here. Ie, functions and objects that may be
69
69
* properties of exported objects, or passed as arguments to functions.
70
70
*/
71
- declarations : Array < Declaration > ;
71
+ declarations ? : Array < Declaration > ;
72
72
73
73
/**
74
74
* The exports of a module. This includes JavaScript exports and
@@ -245,7 +245,7 @@ export interface Attribute {
245
245
* As attributes are always strings, this is the actual value, not a human
246
246
* readable description.
247
247
*/
248
- defaultValue ?: string ;
248
+ default ?: string ;
249
249
250
250
/**
251
251
* The name of the field this attribute is associated with, if any.
@@ -314,7 +314,7 @@ export interface CssCustomProperty {
314
314
*/
315
315
name : string ;
316
316
317
- defaultValue ?: string ;
317
+ default ?: string ;
318
318
319
319
/**
320
320
* A markdown summary suitable for display in a listing.
You can’t perform that action at this time.
0 commit comments