mirror of
https://github.com/hjamet/Canvas-Explorer.git
synced 2026-07-22 10:50:25 +00:00
7 lines
No EOL
167 B
TypeScript
7 lines
No EOL
167 B
TypeScript
import 'obsidian';
|
|
|
|
declare module 'obsidian' {
|
|
interface MetadataCache {
|
|
getBacklinksForFile(file: TFile): Record<string, Record<string, number>>;
|
|
}
|
|
} |