Entry for a specific data provider's resulting data

interface ResolvedDataProvider {
    duration?: number;
    error?: string;
    id?: string;
}

Properties

Properties

duration?: number

The total time the data provider took to resolve its data (in milliseconds)

error?: string
id?: string