Skip to content

[WIP] Is there a type helper to make single properties required in this repo? Something like type RequireProp<T, K extends keyof T> = Required<Pick<T, K>> & T - #72

Closed
fiddur with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-99f9e22b-6206-40ef-93e3-4414682bdfae
Closed

[WIP] Is there a type helper to make single properties required in this repo? Something like type RequireProp<T, K extends keyof T> = Required<Pick<T, K>> & T#72
fiddur with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-99f9e22b-6206-40ef-93e3-4414682bdfae

Conversation

Copilot AI commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Is there a type helper to make single properties required in this repo? Something like

type RequireProp<T, K extends keyof T> = Required<Pick<T, K>> & T


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@fiddur fiddur closed this Oct 6, 2025
Copilot AI requested a review from fiddur October 6, 2025 08:40
@fiddur
fiddur deleted the copilot/fix-99f9e22b-6206-40ef-93e3-4414682bdfae branch October 6, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants