@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayGroupLeftUpdate

    SyncPlayGroupLeftUpdate

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

    Properties

    Properties

    Data?: string

    Gets the update data.

    SyncPlayGroupLeftUpdate

    GroupId?: string

    Gets the group identifier.

    SyncPlayGroupLeftUpdate

    SyncPlayGroupLeftUpdate