Skip to content

Commit

Permalink
Fix issue with EmbeddedValues not being able to be used in validate f…
Browse files Browse the repository at this point in the history
…or changes
  • Loading branch information
jurmous committed Apr 5, 2024
1 parent c8f20b9 commit 1da24fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import maryk.core.values.Values
/** Interface for property definitions containing embedded Values of model [DM] and context [CX]. */
interface IsEmbeddedValuesDefinition<DM : IsValuesDataModel, CX : IsPropertyContext> :
IsValueDefinition<Values<DM>, CX>,
IsChangeableValueDefinition<Values<DM>, CX>,
HasDefaultValueDefinition<Values<DM>>,
IsEmbeddedDefinition<DM>,
IsUsableInMultiType<Values<DM>, CX>,
Expand Down

0 comments on commit 1da24fb

Please sign in to comment.