Beignet API reference
Preparing search index...
@beignet/cli
RunOutboxPurgeOptions
Type Alias RunOutboxPurgeOptions
Options for purging dead-lettered outbox messages.
type
RunOutboxPurgeOptions
=
{
all
?:
boolean
;
before
?:
Date
;
cwd
?:
string
;
dryRun
?:
boolean
;
limit
?:
number
;
modulePath
?:
string
;
}
Index
Properties
all?
before?
cwd?
dry
Run?
limit?
module
Path?
Properties
Optional
all
all
?:
boolean
Optional
before
before
?:
Date
Optional
cwd
cwd
?:
string
Optional
dry
Run
dryRun
?:
boolean
Optional
limit
limit
?:
number
Optional
module
Path
modulePath
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
before
cwd
dry
Run
limit
module
Path
Beignet API reference
Loading...
Options for purging dead-lettered outbox messages.