Skip to content

Commit

Permalink
flow add ext (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai authored Mar 25, 2024
1 parent f67d88f commit 2b7da01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/flow/src/dto/flow_var_dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub struct FlowVarInfo {
pub struct DefaultValue {
pub value_type: DefaultValueType,
pub value: Value,
pub ext: Value,
}

#[derive(Display, Clone, Debug, PartialEq, Eq, Deserialize, Serialize, poem_openapi::Enum, strum::EnumString)]
Expand Down

0 comments on commit 2b7da01

Please sign in to comment.