Skip to content

Commit

Permalink
chore: import hexo from parent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Feb 14, 2024
1 parent e36d024 commit 233dcb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/plugins/filter/before_post_render/dataType.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Hexo from '../../../hexo';

/**
* before_post_render `data` parameter
*
Expand All @@ -8,5 +10,5 @@ export interface extend_filter_before_post_render_data {
[key: string]: any;
content: string | null | undefined;
source: string;
config: import('../../../hexo')['config'];
config: Hexo['config'];
}

0 comments on commit 233dcb7

Please sign in to comment.