mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
9 lines
244 B
JavaScript
9 lines
244 B
JavaScript
export default {
|
|
name: "RecentChat",
|
|
collection: "recent_chats",
|
|
schema: {
|
|
type: { type: String, required: true },
|
|
user_id: { type: String, required: true },
|
|
chat_id: { type: String, required: true },
|
|
}
|
|
} |