Type Alias AlertMetadataForTopicStack

AlertMetadataForTopicStack: AlertMetadataBase & {
    subscriptionLabel: string;
    subscriptionValue: string;
    timestamp: string;
}