Updated odata definition files to match latest configuration options

This commit is contained in:
Jean-Christophe Chalté
2017-11-02 22:15:13 +01:00
parent 22721ffe2e
commit dc23a6582f
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ declare module 'o.js' {
username ?: string
password ?: string
isAsync ?: boolean
isCors ?: boolean
isHashRoute ?: boolean
appending ?: string
}
interface OHandler<T> {

View File

@@ -19,6 +19,9 @@ declare module 'odata' {
username ?: string
password ?: string
isAsync ?: boolean
isCors ?: boolean
isHashRoute ?: boolean
appending ?: string
}
interface OHandler<T> {