Beignet API reference
    Preparing search index...

    Type Alias RunOutboxShowOptions

    Options for showing one outbox message.

    type RunOutboxShowOptions = {
        cwd?: string;
        id: string;
        modulePath?: string;
    }
    Index
    cwd?: string
    id: string
    modulePath?: string