UNPKG

@nerdware/ddb-single-table

Version:

A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡

8 lines 168 B
/** * Item timestamp attributes. */ export type TimestampAttributes = { createdAt: Date; updatedAt: Date; }; //# sourceMappingURL=TimestampAttributes.d.ts.map