Type Alias DeepNullable<T>

DeepNullable: { [K in keyof T]: DeepNullable<T[K]> | null }

Type Parameters

  • T