CML
    Preparing search index...

    Type Alias TrackReferenceTypeBox

    Track Reference Type Box

    type TrackReferenceTypeBox = {
        trackIds: number[];
        type: "tref";
    }
    Index

    Properties

    Properties

    trackIds: number[]
    type: "tref"