Interface NotificationsItemOption4

interface NotificationsItemOption4 {
    album?: string;
    artist?: string;
    title: string;
    type: NotificationsItemType;
}

Properties

album?: string
artist?: string
title: string