@ctrl/plex
    Preparing search index...

    Interface MyPlexLibraryShareSection

    interface MyPlexLibraryShareSection {
        id: number;
        key: number;
        title: string;
        type: string;
    }
    Index
    id: number

    Account-level section id used in sharing requests.

    key: number

    Local Plex library section key.

    title: string
    type: string

    Plex library type such as movie, show, or artist.