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.
@@ -1673,7 +1673,7 @@ declare module "obsidian" {
1673
1673
  * Backlinks component
1674
1674
  * @todo Documentation incomplete
1675
1675
  */
1676
- backlinks: null | unknown;
1676
+ backlinks: BacklinkComponent | null;
1677
1677
  /**
1678
1678
  * The embedded backlinks element for the current file
1679
1679
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.34.1",
3
+ "version": "2.35.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",