export interface ITableSync {
    tableName: string;
    lastSync: Date;
}
