obsidian-typings 2.34.1 → 2.35.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 +1 -1
- package/package.json +1 -1
package/dist/cjs/types.d.cts
CHANGED
|
@@ -1673,7 +1673,7 @@ declare module "obsidian" {
|
|
|
1673
1673
|
* Backlinks component
|
|
1674
1674
|
* @todo Documentation incomplete
|
|
1675
1675
|
*/
|
|
1676
|
-
backlinks:
|
|
1676
|
+
backlinks: BacklinkComponent | null;
|
|
1677
1677
|
/**
|
|
1678
1678
|
* The embedded backlinks element for the current file
|
|
1679
1679
|
*/
|