summaryrefslogtreecommitdiff
path: root/server/web/src/interfaces/Stream.interface.ts
blob: 45b5139fbedc6936704874a5f263c345f50d19cb (plain)
1
2
3
4
export interface IStream {
    source: string;
    title: string;
}