obsidian-typings 4.46.0 → 4.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/types.d.cts
CHANGED
|
@@ -18612,7 +18612,7 @@ export interface BookmarkItem {
|
|
|
18612
18612
|
/**
|
|
18613
18613
|
* The items of the bookmark item.
|
|
18614
18614
|
*/
|
|
18615
|
-
items
|
|
18615
|
+
items?: BookmarkItem[];
|
|
18616
18616
|
/**
|
|
18617
18617
|
* The path of the bookmark item.
|
|
18618
18618
|
*/
|
|
@@ -16672,7 +16672,7 @@
|
|
|
16672
16672
|
"excerptTokens": [
|
|
16673
16673
|
{
|
|
16674
16674
|
"kind": "Content",
|
|
16675
|
-
"text": "items
|
|
16675
|
+
"text": "items?: "
|
|
16676
16676
|
},
|
|
16677
16677
|
{
|
|
16678
16678
|
"kind": "Reference",
|
|
@@ -16689,7 +16689,7 @@
|
|
|
16689
16689
|
}
|
|
16690
16690
|
],
|
|
16691
16691
|
"isReadonly": false,
|
|
16692
|
-
"isOptional":
|
|
16692
|
+
"isOptional": true,
|
|
16693
16693
|
"releaseTag": "Public",
|
|
16694
16694
|
"name": "items",
|
|
16695
16695
|
"propertyTypeTokenRange": {
|