Beignet API reference
    Preparing search index...

    Type Alias RunOutboxPruneOptions

    Options for pruning delivered outbox messages.

    type RunOutboxPruneOptions = {
        before: Date;
        cwd?: string;
        dryRun?: boolean;
        limit?: number;
        modulePath?: string;
    }
    Index
    before: Date
    cwd?: string
    dryRun?: boolean
    limit?: number
    modulePath?: string