CreateIndexOperation
Summary
Operation that creates an index.
Signature
type CreateIndexOperation = {
ifNotExists?: boolean;
index: IndexDefinition;
kind: "createIndex";
};
Operation that creates an index.
type CreateIndexOperation = {
ifNotExists?: boolean;
index: IndexDefinition;
kind: "createIndex";
};