mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added StreamingKeys
schema
This commit is contained in:
parent
fa2e40c75d
commit
d154c36062
10
packages/streaming-server/src/schemas/StreamingKey/index.js
Normal file
10
packages/streaming-server/src/schemas/StreamingKey/index.js
Normal file
@ -0,0 +1,10 @@
|
||||
export default {
|
||||
userId: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
key: {
|
||||
type: String,
|
||||
required: true,
|
||||
}
|
||||
}
|
1
packages/streaming-server/src/schemas/index.js
Normal file
1
packages/streaming-server/src/schemas/index.js
Normal file
@ -0,0 +1 @@
|
||||
export { default as StreamingKey } from "./StreamingKey"
|
Loading…
x
Reference in New Issue
Block a user