Type alias LogDate

LogDate: string | {
    [key: string]: any;
}