Yurba.js Documentation
    Preparing search index...

    Interface TrackAttachment

    interface TrackAttachment {
        ID: number;
        Item: TrackItem;
        Timestamp?: number;
        Type: Track;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ID: number
    Item: TrackItem
    Timestamp?: number
    Type: Track