diff --git a/types/o.js/index.d.ts b/types/o.js/index.d.ts index 7cca909391..6a39d11f7d 100644 --- a/types/o.js/index.d.ts +++ b/types/o.js/index.d.ts @@ -19,6 +19,9 @@ declare module 'o.js' { username ?: string password ?: string isAsync ?: boolean + isCors ?: boolean + isHashRoute ?: boolean + appending ?: string } interface OHandler { diff --git a/types/odata/index.d.ts b/types/odata/index.d.ts index 3f436667f9..140f0a1c17 100644 --- a/types/odata/index.d.ts +++ b/types/odata/index.d.ts @@ -19,6 +19,9 @@ declare module 'odata' { username ?: string password ?: string isAsync ?: boolean + isCors ?: boolean + isHashRoute ?: boolean + appending ?: string } interface OHandler {