Lavacord
    Preparing search index...
    type TrackInfo = {
        artworkUrl: string | null;
        author: string;
        identifier: string;
        isrc: string | null;
        isSeekable: boolean;
        isStream: boolean;
        length: number;
        position: number;
        sourceName: string;
        title: string;
        uri: string | null;
    }
    Index

    Properties

    artworkUrl: string | null
    author: string
    identifier: string
    isrc: string | null
    isSeekable: boolean
    isStream: boolean
    length: number
    position: number
    sourceName: string
    title: string
    uri: string | null