Newer
Older
percord / src / schemas / gateway / StreamWatchSchema.ts
export interface StreamWatchSchema {
    stream_key: string;
}

export const StreamWatchSchema = {
    stream_key: String,
};