mirror of
https://github.com/mnaoumov/obsidian-smart-rename.git
synced 2026-07-22 07:40:32 +00:00
Remove typings as it is already in @types/obsidian-typings
This commit is contained in:
parent
89ff6d22ae
commit
8bb6e3d90d
1 changed files with 0 additions and 9 deletions
9
src/types.d.ts
vendored
9
src/types.d.ts
vendored
|
|
@ -1,9 +0,0 @@
|
|||
import { TFile } from "obsidian";
|
||||
|
||||
declare module "obsidian" {
|
||||
interface MetadataCache {
|
||||
getBacklinksForFile: (file: TFile) => {
|
||||
data: Record<string, LinkCache[]>;
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue