export type Nullable> = { [P in keyof T]: T[P] | null; }; //# sourceMappingURL=types.d.ts.map