Beignet API reference
    Preparing search index...

    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
    all?: boolean
    before?: Date
    cwd?: string
    dryRun?: boolean
    limit?: number
    modulePath?: string