Newer
Older
percord / src / schemas / gateway / StreamWatchSchema.ts
@Rory& Rory& on 15 Oct 120 bytes Reorganise schemas a little bit
export interface StreamWatchSchema {
	stream_key: string;
}

export const StreamWatchSchema = {
	stream_key: String,
};