height-app-api > SentryAlertLinkObject
SentryAlertLinkObject type
Signature:
export type SentryAlertLinkObject = {
metadata: {
type: 'sentryAlert';
organizationId: string;
lastAlertEvent: string;
alertRuleId: string;
lastAlertStatus: 'critical' | 'warning' | 'resolved';
};
};