@@ -0,0 +1 @@
export type Nullable<T> = {[K in keyof T]: T[K] | null};
The note is not visible to the blocked user.