// "exactOptionalPropertyTypes": true type A = { a: 1 b?: 2 c?: 3 } type FilteredA = { a: 1 }
© 2026 Hedgehog Software, LLC