Skip to content

Commit

Permalink
fix(types): add isNullMetadata to MappingTransformation
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Feb 19, 2021
1 parent 5bcc75d commit a0b39d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export type MappingTransformation<
TSelectorReturn = SelectorReturn<TDestination>
> = [
mapFn: MemberMapReturn<TSource, TDestination, TSelectorReturn>,
isNullMetadata?: boolean,
preCond?: PreConditionReturn<TSource, TDestination, TSelectorReturn>
];
export type MappingProperty<
Expand Down

0 comments on commit a0b39d9

Please sign in to comment.