Interface BatchResult<T>

interface BatchResult<T> {
    results: T[];
}

Type Parameters

  • T

Properties

Properties

results: T[]