mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added UserFollow
schema
This commit is contained in:
parent
15186e4f1a
commit
b3c3e7e1d8
4
packages/server/src/schemas/userFollow/index.js
Normal file
4
packages/server/src/schemas/userFollow/index.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export default {
|
||||||
|
user_id: { type: String, required: true },
|
||||||
|
to: { type: String, required: true },
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user