mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 01:25:38 +08:00
Updated odata definition files to match latest configuration options
This commit is contained in:
3
types/o.js/index.d.ts
vendored
3
types/o.js/index.d.ts
vendored
@@ -19,6 +19,9 @@ declare module 'o.js' {
|
||||
username ?: string
|
||||
password ?: string
|
||||
isAsync ?: boolean
|
||||
isCors ?: boolean
|
||||
isHashRoute ?: boolean
|
||||
appending ?: string
|
||||
}
|
||||
|
||||
interface OHandler<T> {
|
||||
|
||||
3
types/odata/index.d.ts
vendored
3
types/odata/index.d.ts
vendored
@@ -19,6 +19,9 @@ declare module 'odata' {
|
||||
username ?: string
|
||||
password ?: string
|
||||
isAsync ?: boolean
|
||||
isCors ?: boolean
|
||||
isHashRoute ?: boolean
|
||||
appending ?: string
|
||||
}
|
||||
|
||||
interface OHandler<T> {
|
||||
|
||||
Reference in New Issue
Block a user