NullableMake a type nullable.API/Type Aliases/Nullablehoshimi/src/types/Manager.d.tsSignaturetype Nullable<T> = { [P in keyof T]: T[P] | null;};MembersThis export does not declare public properties or methods in the generated declaration file.