export type Nullable = { [k in keyof T]: T[k] } | null | undefined;