Interface NotificationsItemOption3

interface NotificationsItemOption3 {
    episode?: number;
    season?: number;
    showtitle?: string;
    title: string;
    type: NotificationsItemType;
}

Properties

episode?: number
season?: number
showtitle?: string
title: string