Closed rmaguado closed 10 months ago
The api lib modifies ProductCategory from @medusajs/medusa:
export type ProductCategory = Omit< MedusaProductCategory, 'products' | 'metadata' | 'is_active' | 'is_internal' > & { // may need to add recursive type for nested categories metadata: MedusaProductCategory['metadata'] | null; };
Exporting this new type would make it much easier to develop the admin dashboard.
The api lib modifies ProductCategory from @medusajs/medusa:
Exporting this new type would make it much easier to develop the admin dashboard.