@proto-kit/common • Docs
Documentation / @proto-kit/common / OverwriteObjectType
Type Alias: OverwriteObjectType<Base, New>
OverwriteObjectType<
Base,New>:{ [Key in keyof Base]: Key extends keyof New ? New[Key] : Base[Key] }&New
Type Parameters
• Base
• New