Skip to content

Commit

Permalink
chore: HexoLocalsData is dynamic object
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 17, 2023
1 parent d62b17d commit 4f6cbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hexo/locals-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Config } from './index-d';
export type HexoLocalsFunc = import('../hexo')['_generateLocals'];
export type HexoLocalsData = {
[key: string]: any;
page: {
[key: string]: any;
path: string;
};
path: string;
Expand Down

0 comments on commit 4f6cbd3

Please sign in to comment.