Interface NotificationsItemOption5

interface NotificationsItemOption5 {
    album?: string;
    artist?: string;
    title: string;
    track?: number;
    type: NotificationsItemType;
}

Properties

album?: string
artist?: string
title: string
track?: number