obsidian-typings 2.2.1-beta.22 → 2.2.1-beta.23
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/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -3182,7 +3182,7 @@ declare module "obsidian" {
|
|
|
3182
3182
|
/**
|
|
3183
3183
|
* Get all backlink information for a file
|
|
3184
3184
|
*/
|
|
3185
|
-
getBacklinksForFile(file
|
|
3185
|
+
getBacklinksForFile(file: TFile): CustomArrayDict<ReferenceCache>;
|
|
3186
3186
|
/**
|
|
3187
3187
|
* Get paths of all files cached in the vault
|
|
3188
3188
|
*/
|