1 | import { UriConverter } from '../../odata-common';
|
2 | import { EdmType } from '../edm-types';
|
3 | declare type UriConverterMapping = {
|
4 | [key in EdmType]: (value: any) => string;
|
5 | };
|
6 | /**
|
7 | * @hidden
|
8 | */
|
9 | export declare const uriConverters: UriConverterMapping;
|
10 | /**
|
11 | * @hidden
|
12 | */
|
13 | export declare const uriConverter: UriConverter;
|
14 | export { uriConverter as uriConverterV2, uriConverters as uriConvertersV2 };
|
15 | //# sourceMappingURL=uri-value-converter.d.ts.map |
\ | No newline at end of file |