@jellyfin/sdk
    Preparing search index...

    Type Alias GroupUpdate

    GroupUpdate:
        | { Type: "GroupDoesNotExist" } & SyncPlayGroupDoesNotExistUpdate
        | { Type: "GroupJoined" } & SyncPlayGroupJoinedUpdate
        | { Type: "GroupLeft" } & SyncPlayGroupLeftUpdate
        | { Type: "LibraryAccessDenied" } & SyncPlayLibraryAccessDeniedUpdate
        | { Type: "NotInGroup" } & SyncPlayNotInGroupUpdate
        | { Type: "PlayQueue" } & SyncPlayPlayQueueUpdate
        | { Type: "StateUpdate" } & SyncPlayStateUpdate
        | { Type: "UserJoined" } & SyncPlayUserJoinedUpdate
        | { Type: "UserLeft" } & SyncPlayUserLeftUpdate