1 | import { EdmTypeSameConverters } from '../odata-common';
|
2 | declare type EdmTypeMapping = {
|
3 | [key in EdmTypeSameConverters]: (value: any) => any;
|
4 | };
|
5 | export declare const toGuid: (value: string) => string;
|
6 |
|
7 |
|
8 |
|
9 | export declare function fromEdmToNumber(value: string | number): number;
|
10 |
|
11 |
|
12 |
|
13 | export declare function fromNumberToEdm(value: number): number | string;
|
14 | export declare const deserializersCommon: EdmTypeMapping;
|
15 | export declare const serializersCommon: EdmTypeMapping;
|
16 |
|
17 | export declare const serializersCommom: EdmTypeMapping;
|
18 | export {};
|
19 |
|
\ | No newline at end of file |