Interface SyncData

interface SyncData {
    lastDate?: Date;
    syncDate?: Date;
}

Properties

Properties

lastDate?: Date
syncDate?: Date