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'; |