@ctrl/plex
    Preparing search index...

    Interface InviteFriendOptions

    interface InviteFriendOptions {
        filters?: LibraryShareFilters;
        permissions?: LibrarySharePermissions;
        sections?: readonly LibraryShareSection[];
        server: string | PlexServer;
    }

    Hierarchy (View Summary)

    Index

    Optional content and label restrictions by library family.

    Account capabilities granted to the invited user.

    sections?: readonly LibraryShareSection[]

    Libraries to share. Omit or pass an empty list to invite without libraries.

    server: string | PlexServer

    Plex server or machine identifier containing the libraries.