Interface IAlertingRecipientStatsErrors

interface IAlertingRecipientStatsErrors {
    code: string;
    detail: string;
    title: string;
}

Hierarchy (view full)

Properties

Properties

code: string
detail: string
title: string