OptionalKeys
See source codetype OptionalKeys<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>
Prev
MatLikeNext
RequiredKeystype OptionalKeys<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>
We use cookies on this website.
Learn more in our Cookie Policy.