ListAPIResult

public enum ListAPIResult<T, P>
extension ListAPIResult: Sendable where T: Sendable, P: Sendable

Result type of an API that returns multiple records. Supports partial results.

Supplementary