Newer
Older
percord / src / schemas / StreamWatchSchema.ts
@Rory& Rory& on 14 Oct 120 bytes Move schemas to separate module
export interface StreamWatchSchema {
	stream_key: string;
}

export const StreamWatchSchema = {
	stream_key: String,
};