Skip to content

Commit 5847ea9

Browse files
committed
Better type
1 parent bb81710 commit 5847ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/editor/src/dataviews/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface TemplateOrTemplatePart extends BasePost {
1717
type: 'wp_template' | 'wp_template_part';
1818
source: string;
1919
has_theme_file: boolean;
20+
id: string;
2021
}
2122

2223
export type Post = TemplateOrTemplatePart | BasePost;

0 commit comments

Comments
 (0)