chore(types): add TSDocs for retentionTime (#11345)

This commit is contained in:
Shahed Nasser
2025-02-06 15:22:32 +02:00
committed by GitHub
parent ccb332ce41
commit d7342c6f82
@@ -111,11 +111,15 @@ export type TransactionModelOptions = {
/** /**
* If true, the state of the transaction will be persisted. * If true, the state of the transaction will be persisted.
*
* Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/workflows/store-executions).
*/ */
store?: boolean store?: boolean
/** /**
* TBD * The number of seconds that the workflow execution should be stored in the database.
*
* Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/workflows/store-executions).
*/ */
retentionTime?: number retentionTime?: number