Interface NotificationsItemOption2

interface NotificationsItemOption2 {
    title: string;
    type: NotificationsItemType;
    year?: number;
}

Properties

Properties

title: string
year?: number