Skip to content

Commit

Permalink
🏷️ fix(component-asset): 修正类型
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 15, 2023
1 parent d3900e5 commit 4cede56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComponentAsset/types/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ export interface JSONSchema<T extends Record<string, any> = any> {
}
interface EnumOption {
label?: string;
value?: string;
value?: any;
}

0 comments on commit 4cede56

Please sign in to comment.