@ctrl/plex
    Preparing search index...

    Type Alias LibrarySectionGetOptions

    LibrarySectionGetOptions: Omit<
        Partial<SearchArgs>,
        "libtype" | "limit" | "maxresults" | "title",
    > & { libtype?: Libtype; title: string }

    Type Declaration

    • Optionallibtype?: Libtype

      Return a specific Plex item type instead of the section default.

    • title: string

      Exact item title to return.