import { RequestOptions } from '@angular/http';
export interface RequestProperties {
    cacheable?: boolean;
    cacheDurationMilliseconds?: number;
    requestOptions?: RequestOptions;
}
