Skip to content

Commit

Permalink
fix(lowcode-types): allow template field in supports.events
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww authored and liujuping committed Jun 9, 2023
1 parent 723eb3d commit 0dc8120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/shell/type/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export interface ConfigureSupportEventConfig {
name: string;
propType?: IPublicTypePropType;
description?: string;
template?: string;
}

/**
Expand Down

0 comments on commit 0dc8120

Please sign in to comment.