Remove typings as it is already in @types/obsidian-typings

This commit is contained in:
Michael Naumov 2024-01-17 04:10:10 -06:00
parent 89ff6d22ae
commit 8bb6e3d90d

9
src/types.d.ts vendored
View file

@ -1,9 +0,0 @@
import { TFile } from "obsidian";
declare module "obsidian" {
interface MetadataCache {
getBacklinksForFile: (file: TFile) => {
data: Record<string, LinkCache[]>;
};
}
}