arktype icon indicating copy to clipboard operation
arktype copied to clipboard

Investigate morphs transforming keys

Open ssalbdivad opened this issue 1 year ago • 0 comments

In a case like (In: User) => Out<User & { extraKey: string }>, we could still allow intersections between other user keys if we ensure the morph only applies to extraKey.

Possibly related to https://github.com/arktypeio/arktype/issues/817

ssalbdivad avatar Aug 25 '23 15:08 ssalbdivad