You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
241 B
TypeScript

5 months ago
export type StreamData = {
2 months ago
channelId: string | null
feedId: string | null
title: string | null
5 months ago
url: string
referrer: string | null
2 months ago
userAgent: string | null
5 months ago
quality: string | null
label: string | null
2 months ago
directives: string[]
5 months ago
}