All files / src/ODataApi index.ts

100% Statements 7/7
100% Branches 0/0
100% Functions 0/0
100% Lines 7/7
1 2 3 4 5 6 7 8 9 10 11 12 13 14            1x 1x 1x 1x 1x 1x 1x  
/**
 * @module ODataApi
 * @preferred
 *
 * @description This module contains OData-related classes and functions.
 */ /** */
export * from './CustomAction';
export * from './ODataApi';
export * from './ODataBatchResponse';
export * from './ODataParams';
export * from './ODataRequestOptions';
export * from './ODataResponse';
export * from './ODataCollectionResponse';