Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Sep 29, 2024
1 parent 9596850 commit c735a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/__VUE/sku/type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export interface SkuInfo {
export interface SkuInfoBase {
name: string
id: number
active: boolean
disable: boolean
[props: string]: any
}
export type SkuInfo<T = unknown> = SkuInfoBase & Record<string, T>

0 comments on commit c735a28

Please sign in to comment.