1 2 3 4 5 6 7
export interface StreamWatchSchema { stream_key: string; } export const StreamWatchSchema = { stream_key: String, };