Skip to content

Instantly share code, notes, and snippets.

@fostyfost
Created October 13, 2022 18:38
Show Gist options
  • Select an option

  • Save fostyfost/f0f84c718caaa8e833444ed47bdb0bd4 to your computer and use it in GitHub Desktop.

Select an option

Save fostyfost/f0f84c718caaa8e833444ed47bdb0bd4 to your computer and use it in GitHub Desktop.
Required Field
export type RequiredField<T, K extends keyof T> = T & Required<Pick<T, K>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment