mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
feat(cli): enable type checking
This commit is contained in:
1
types/sku.d.ts
vendored
1
types/sku.d.ts
vendored
@@ -16,6 +16,7 @@ export type SkuTreeItemData = {
|
||||
k: string;
|
||||
v: SkuTreeItemValueData[];
|
||||
k_s: string;
|
||||
is_multiple: never;
|
||||
};
|
||||
|
||||
export type SkuTreeItemValueData = {
|
||||
|
Reference in New Issue
Block a user