chore(types): add TSDocs for retentionTime (#11345)
This commit is contained in:
@@ -111,11 +111,15 @@ export type TransactionModelOptions = {
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user