UNPKG

@azure/cosmos

Version:
5 lines 400 B
import type { DiagnosticNodeInternal } from "../diagnostics/DiagnosticNodeInternal.js"; import type { PartitionKeyDefinition } from "../documents/index.js"; import type { Container } from "./Container/index.js"; export declare function readPartitionKeyDefinition(diagnosticNode: DiagnosticNodeInternal, container: Container): Promise<PartitionKeyDefinition>; //# sourceMappingURL=ClientUtils.d.ts.map