Type Alias EntityKey<C>Protected

EntityKey<C>: Record<C["HashKey"] | C["RangeKey"], string>

Database-facing record key type from a ConfigMap with required hash & range keys.

Type Parameters