Interface SetAttachedResultsActionCreatorPayload

interface SetAttachedResultsActionCreatorPayload {
    loading?: boolean;
    results: AttachedResult[];
}

Properties

Properties

loading?: boolean

Is the data for Attached Results currently loading.

results: AttachedResult[]

The array of all attached results.