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

    Interface TrackRepositoryEvent<T>

    interface TrackRepositoryEvent<
        T extends TrackRepositoryEventType = TrackRepositoryEventType,
    > {
        data: TrackRepositoryEventTypeDataMap[T];
        type: T;
    }

    Type Parameters

    Hierarchy

    • Serializable
      • TrackRepositoryEvent
    Index

    Properties

    Properties

    type: T