Skip to content

3.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:36
5ebc3db

Added

  • Add exactOptional struct (#32)
    • This enables adding strictly optional fields to object structs when paired with TypeScript's
      exactOptionalPropertyTypes.