added UserFollow schema

This commit is contained in:
srgooglo 2022-03-15 01:03:54 +01:00
parent 15186e4f1a
commit b3c3e7e1d8

View File

@ -0,0 +1,4 @@
export default {
user_id: { type: String, required: true },
to: { type: String, required: true },
}