Type Alias UsageObject

type UsageObject = {
    automation?: AutomationUsageObject;
    date: string;
    name:
        | "runs"
        | "scheduledRun"
        | "triggeredRun"
        | "webhookRuns"
        | "duration"
        | "bandwidthIn"
        | "bandwidthOut";
    value: number;
}
Index

Properties

date: string

The date for the metric

name:
    | "runs"
    | "scheduledRun"
    | "triggeredRun"
    | "webhookRuns"
    | "duration"
    | "bandwidthIn"
    | "bandwidthOut"

The name for the metric

value: number

The value count of the metric