Decorator to mark a model for WORM storage.
@WORM({ retentionPeriod: { years: 7 }, tamperEvident: true }) class FinancialRecord extends Model { ... } Copy
@WORM({ retentionPeriod: { years: 7 }, tamperEvident: true }) class FinancialRecord extends Model { ... }
Decorator to mark a model for WORM storage.