Skip to content

Type Alias: PrioritizedBatchItem

ts
type PrioritizedBatchItem: {
  item: BatchItem;
  processAmount: number;
};

Type declaration

item

ts
item: BatchItem;

processAmount

ts
processAmount: number;

Defined in

evaluator/LlamaContext/types.ts:274