Frameworks
RevoGrid Documentation v4.27.11 / Nullable
type Nullable<T>: { [P in keyof T]: T[P] | null };
T
src/types/interfaces.ts:23