Circle V2 API Docs
    Preparing search index...

    Minimal structural view of a chart-review jobbable — just the enqueue method. The caller chooses WHICH jobbable (and therefore which runner / queue topic), keeping this core jobbable-agnostic.

    type ChartReviewEnqueuer = {
        performLater(params: Record<string, unknown>): Promise<unknown>;
    }
    Index

    Methods

    Methods

    • Parameters

      • params: Record<string, unknown>

      Returns Promise<unknown>