fix: lint

This commit is contained in:
xingyu4j
2025-11-27 13:55:12 +08:00
parent a976ca88f6
commit 7fea95adff
14 changed files with 30 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
import type { MallSpuApi } from '#/api/mall/product/spu';
/** 商品属性及其值的树形结构(用于前端展示和操作) */
export interface PropertyAndValues {
id: number;
@@ -30,4 +28,5 @@ export interface SpuProperty<T> {
}
// Re-export for use in generic constraint
export type { MallSpuApi };
export { type MallSpuApi } from '#/api/mall/product/spu';