1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-19 15:34:16 +00:00

8 lines
186 B
JavaScript
Executable File

export default {
name: "UserFollow",
collection: "follows",
schema: {
user_id: { type: String, required: true },
to: { type: String, required: true },
}
}