/**
 * Created by jd on 14/04/2016.
 */
export interface ITableSync 
{
    tableName:string;
    lastSync:Date;
}