Remove productType from ProductEditorContext interface

This commit is contained in:
Matt Sherman 2023-10-19 11:20:20 -04:00
parent 7fd28367d8
commit df2a0eb337
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import { BlockEditProps } from '@wordpress/blocks';
export interface ProductEditorContext { export interface ProductEditorContext {
postId: number; postId: number;
postType: string; postType: string;
productType: string;
selectedTab: string | null; selectedTab: string | null;
} }