mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
14 lines
270 B
JavaScript
Executable File
14 lines
270 B
JavaScript
Executable File
export default {
|
|
name: "StreamingCategory",
|
|
collection: "streamingCategories",
|
|
schema: {
|
|
key: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
label: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
}
|
|
} |