Skip to content

v10.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:01
· 46 commits to master since this release
bf8befc

Minor Changes

  • 39d315e: Implement DeepMarkRequired utility type that constructs a type by picking all properties from type Type
    where properties by paths KeyPathUnion are set as required
  • f7c2c36: Implement DeepMarkOptional utility type that constructs a type by picking all properties from type Type
    where properties by paths KeyPathUnion are set as optional