We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d024b + 19290d1 commit 476b4deCopy full SHA for 476b4de
src/Documents/Operations/Indexes/IndexHasChangedOperation.ts
@@ -8,7 +8,7 @@ import { HttpRequestParameters } from "../../../Primitives/Http";
8
import { HeadersBuilder } from "../../../Utility/HttpUtil";
9
import * as stream from "readable-stream";
10
11
-export class IndexHasChangedOperation implements IMaintenanceOperation<Boolean> {
+export class IndexHasChangedOperation implements IMaintenanceOperation<boolean> {
12
13
private readonly _definition: IndexDefinition;
14
0 commit comments