export type PeriodicJobRunObject = {
    date: Date;
    isRetry: boolean;
};
