@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayUserLeftUpdate

    SyncPlayUserLeftUpdate

    interface SyncPlayUserLeftUpdate {
        Data?: string;
        GroupId?: string;
        Type?: GroupUpdateType;
    }
    Index

    Properties

    Properties

    Data?: string

    Gets the update data.

    SyncPlayUserLeftUpdate

    GroupId?: string

    Gets the group identifier.

    SyncPlayUserLeftUpdate

    SyncPlayUserLeftUpdate