UNPKG

breeze2-odata4

Version:

Library to allow OData 4 support for breezejs 2

6 lines (5 loc) 186 B
import { Edm } from 'ts-odatajs'; export interface AnnotationDecorator { annotation: string; decorate(expression: Edm.Base.Annotatable, annotation: Edm.Annotation): void; }