Interface CommentNotification

interface CommentNotification {
    icon?: string;
    subheader?: string;
    title: string;
}

Properties

icon?: string
subheader?: string
title: string