interface AlertFilter {
    channelExternalIds?: string[];
    channelIds?: number[];
    closed?: boolean;
    startTime?: DateRange;
    status?: AlertStatus[];
}

Properties

channelExternalIds?: string[]
channelIds?: number[]
closed?: boolean
startTime?: DateRange
status?: AlertStatus[]