fix: types

pull/310/head
xingyu4j 2025-11-10 17:54:01 +08:00
parent e311cfb8da
commit 48b3d30088
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ export interface FormSchemaItem {
description: string;
fieldName: string;
label: string;
name: string;
value: boolean;
}