fix(lowcode-types): allow template field in supports.events

This commit is contained in:
yifanwww 2023-06-09 11:00:31 +08:00 committed by JackLian
parent 8eb536bd21
commit 7952c1c87a

View File

@ -139,6 +139,7 @@ export interface ConfigureSupportEventConfig {
name: string;
propType?: IPublicTypePropType;
description?: string;
template?: string;
}
/**