moq-rs/web/src/transport/message.ts
2023-05-22 21:43:48 -07:00

8 lines
130 B
TypeScript

// TODO fill in required fields
export type Init = any
export type Segment = any
export interface Debug {
max_bitrate: number
}