Variable EdmV4Const

EdmV4: {
    Date: typeof ODataDate;
    DateTimeOffset: typeof ODataDateTimeOffset;
    Guid: typeof Guid;
    RawString: typeof RawString;
    String: typeof EdmString;
} = ...

Type declaration

  • Date: typeof ODataDate
  • DateTimeOffset: typeof ODataDateTimeOffset
  • Guid: typeof Guid
  • RawString: typeof RawString
  • String: typeof EdmString

Generated using TypeDoc