@byomakase/omakase-player
    Preparing search index...

    Type Alias TrackRepositoryEventTypeDataMap

    type TrackRepositoryEventTypeDataMap = {
        TRACK_ADDED: TrackRepositoryEventData;
        TRACK_DELETED: TrackRepositoryEventData;
    }
    Index

    Properties