Skip to content

Commit

Permalink
Update obsidian.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei authored Feb 21, 2024
1 parent c3808be commit e3ba529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/obsidian.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ export class FileManager {
* @throws any errors that your callback function throws
* @public
*/
processFrontMatter(file: TFile, fn: (frontmatter: Frontmatter) => void, options?: DataWriteOptions): Promise<void>;
processFrontMatter(file: TFile, fn: (frontmatter: any) => void, options?: DataWriteOptions): Promise<void>;

/**
* Resolves a unique path for the attachment file being saved.
Expand Down

0 comments on commit e3ba529

Please sign in to comment.