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

    Type Alias GetSearchesData

    type GetSearchesData = {
        body?: never;
        path?: never;
        query: { query: string };
        url: "/system/searches";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { query: string }

    Type Declaration

    • query: string

      Series or movie name to search for

    url: "/system/searches"