/**
 * Created by imamudinnaseem on 5/8/18
 */

export interface ICacheData {
    url: string,
    timestamp: number
}