mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
This commit is contained in:
committed by
Sheetal Nandi
parent
652c54beeb
commit
286cf49144
2
documentdb/index.d.ts
vendored
2
documentdb/index.d.ts
vendored
@@ -231,7 +231,7 @@ interface IndexingPolicy {
|
||||
indexingMode: string;
|
||||
|
||||
/** An array of {@link IndexingPath} represents The paths to be incuded for indexing. */
|
||||
IncludedPath: IndexingPath[];
|
||||
IncludedPaths: IndexingPath[];
|
||||
|
||||
/** An array of strings representing the paths to be excluded from indexing. */
|
||||
ExcludedPaths: string[];
|
||||
|
||||
Reference in New Issue
Block a user