Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDynamoDBModelTrack

Attributes used to track modification done to an item. The createdAt attribute is only added when creating a new item, while the updatedAt attribute is also updated on every update.

export
interface

IDynamoDBModelTrack

Hierarchy

  • IDynamoDBModelTrack

Index

Properties

Properties

Optional createdAt

createdAt: string

Optional updatedAt

updatedAt: string

Generated using TypeDoc