export type ConvertDateToString, K extends keyof T> = { [Key in keyof T]: Key extends K ? string : T[Key]; };