Interface SignageMetrics

interface SignageMetrics {
    media_counts: Record<string, number>;
    play_through_counts: Record<string, number>;
    playlist_counts: Record<string, number>;
}

Properties

media_counts: Record<string, number>
play_through_counts: Record<string, number>
playlist_counts: Record<string, number>