export default class ODataParsedUrl {
    entitySetName: string;
    queryParams: any;
    id: string;
    wasSingleRetrieve: boolean;
}
