lfm-types
    Preparing search index...

    Type Alias parsedNowPlayingInfo

    type parsedNowPlayingInfo = {
        id: string;
        song: parsedNowPlaying;
        startedAt: number;
    }
    Index

    Properties

    Properties

    id: string
    startedAt: number