export interface StreamWatchSchema {
    stream_key: string;
}

export const StreamWatchSchema = {
    stream_key: String,
};
