diff --git a/breeze/breeze.d.ts b/breeze/breeze.d.ts index 3f45329759..e1572069fa 100644 --- a/breeze/breeze.d.ts +++ b/breeze/breeze.d.ts @@ -597,6 +597,7 @@ declare module breeze { static camelCase: NamingConvention; static defaultInstance: NamingConvention; static none: NamingConvention; + name: string; constructor (config: NamingConventionOptions);