Type Alias ExecutionStats

type ExecutionStats = {
    endTime?: string;
    periodKey?: string;
    startTime?: string;
    totalExecutions?: string;
    triggeredExecutions?: string;
}
Index

Properties

endTime?: string
periodKey?: string
startTime?: string
totalExecutions?: string
triggeredExecutions?: string