Files
server/src/schemas/gateway/StreamWatchSchema.ts
T

8 lines
126 B
TypeScript

export interface StreamWatchSchema {
stream_key: string;
}
export const StreamWatchSchema = {
stream_key: String,
};