mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
9 lines
237 B
JavaScript
Executable File
9 lines
237 B
JavaScript
Executable File
export default {
|
|
name: "FeaturedWallpaper",
|
|
collection: "featuredWallpapers",
|
|
schema: {
|
|
date: { type: Date, default: Date.now },
|
|
url: { type: String, required: true },
|
|
author: { type: String },
|
|
}
|
|
} |