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 8ec86c6 commit 092080e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/packages/__VUE/sku/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ export interface SkuInfo {
id: number
active: boolean
disable: boolean
// @ts-expect-error
[props: string]: any
[props: string]: string | number | boolean
}

0 comments on commit 092080e

Please sign in to comment.