Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias RssRemoveItemPostData

    type RssRemoveItemPostData = {
        body: { path: string };
        path?: never;
        query?: never;
        url: "/rss/removeItem";
    }
    Index

    Properties

    Properties

    body: { path: string }

    Type Declaration

    • path: string

      Full path of removed item (e.g. "The Pirate Bay\Top100")

    path?: never
    query?: never
    url: "/rss/removeItem"