mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
8 lines
242 B
JavaScript
8 lines
242 B
JavaScript
export default {
|
|
name: { type: String, required: true },
|
|
category: { type: String },
|
|
description: { type: String },
|
|
dates: { type: Object },
|
|
location: { type: String },
|
|
announcement: { type: Object, required: true },
|
|
} |