woocommerce/plugins/woocommerce-admin/client/embedded-body-layout/embedded-body-props.ts

7 lines
104 B
TypeScript

export type EmbeddedBodyProps = {
page: string;
tab: string;
zone_id?: string;
section?: string;
};