type alias CosmosPartitionKeyValue
Since 0.2.0

A partition-key value as Cosmos accepts it: a JSON scalar, or an array of them for a hierarchical (MultiHash) partition key.

Definition

string
| number
| boolean
| null
| readonly (string | number | boolean | null)[]

Usage

import { type CosmosPartitionKeyValue } from "database-plugin/src/index.ts";