1
0
Fork 0

Added a comment explaining sims to db\orm-defs.d.ts

This commit is contained in:
RNLFoof 2024-03-06 17:08:43 -05:00
parent 15e5ad88af
commit e031558177
1 changed files with 1 additions and 0 deletions

1
db/orm-defs.d.ts vendored
View File

@ -50,6 +50,7 @@ export type Models = {
channel_id: string
}
// A sim is an account that is being simulated by the bridge to copy events from the other side. See d2m\actions\register-user.js for relevant behavior and comments.
sim: {
user_id: string
sim_name: string