Interface ProvidersResult<T>

Provider action result data that may contain list of errors

Type Parameters

  • T

Hierarchy

  • ProvidersResult

Properties

Properties

errors: ProviderError[]
items: {
    data: T;
    provider: string;
}[]

Generated using TypeDoc