@@ -0,0 +1 @@
export type PartialWithRequired<T, K extends keyof T> = Pick<T, K> & Partial<T>;
The note is not visible to the blocked user.