Type Alias GetDataAlertRecipientStatsHttpResponse

type GetDataAlertRecipientStatsHttpResponse = {
    data: AlertingRecipientStatsResponse;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

headers: Headers
status: 200