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 刘菊萍(絮黎)
parent 723eb3d4d7
commit 0dc8120f80

View File

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