template-for-typescript-projects
    Preparing search index...

    Command payload required to create an alert.

    interface CreateAlertCommand {
        detectedValue: number;
        limitValue: number;
        periodType?: string;
        thresholdId: string;
        thresholdName: string;
        thresholdType: string;
        utilityType: string;
    }
    Index

    Properties

    detectedValue: number
    limitValue: number
    periodType?: string
    thresholdId: string
    thresholdName: string
    thresholdType: string
    utilityType: string