@ctrl/plex
    Preparing search index...

    Interface PendingInvitesOptions

    interface PendingInvitesOptions {
        includeReceived?: boolean;
        includeSent?: boolean;
    }
    Index
    includeReceived?: boolean

    Include invites this account received.

    includeSent?: boolean

    Include invites this account sent.