package io.delphiplatform.api.v3.bigtable.entity;

import java.time.LocalDate;

public interface DspStream {

    LocalDate getDate();

    String getDsp();

    String getArtistId();

}
