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

export interface IConfig {
    url: any;
    maxAgeSeconds?: number;
    strategy?: string
}