8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
// TODO fill in required fields
|
|
export type Init = any
|
|
export type Segment = any
|
|
|
|
export interface Debug {
|
|
max_bitrate: number
|
|
}
|