Package version:

Interface TriggerRunsQueryResponse

A list of trigger runs.

interface TriggerRunsQueryResponse {
    continuationToken?: string;
    value: TriggerRun[];
}

Properties

continuationToken?: string

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

value: TriggerRun[]

List of trigger runs.