export type RemoveUndefined = T extends undefined ? never : T;