Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Edm<T>

Package version

Entity Data Model representation for an entity property.

Type parameters

Hierarchy

  • Edm

Index

Properties

Properties

type

type: T

The type of the entity property

value

value: T extends "Binary" ? Uint8Array : T extends "Boolean" ? boolean : T extends "DateTime" ? Date : T extends "Double" ? number : T extends "Int32" ? number : string

The value of the entity property

Generated using TypeDoc