UNPKG

@azure/cosmos

Version:
14 lines 328 B
/** * Specifies the supported Index types. */ export declare enum IndexKind { /** * This is supplied for a path which requires sorting. */ Range = "Range", /** * This is supplied for a path which requires geospatial indexing. */ Spatial = "Spatial" } //# sourceMappingURL=IndexKind.d.ts.map