Type alias DynamoTableItem

DynamoTableItem: Record<string, NativeScalarAttributeValue>

Defines a general type for items stored in a DynamoDB table, using string keys and native scalar attribute values.

Generated using TypeDoc