Interface NotificationsItemOption1

interface NotificationsItemOption1 {
    id: number;
    type: NotificationsItemType;
}

Properties

Properties

id: number