Added a comment explaining sims to db\orm-defs.d.ts
This commit is contained in:
parent
15e5ad88af
commit
e031558177
1 changed files with 1 additions and 0 deletions
1
db/orm-defs.d.ts
vendored
1
db/orm-defs.d.ts
vendored
|
@ -50,6 +50,7 @@ export type Models = {
|
||||||
channel_id: string
|
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: {
|
sim: {
|
||||||
user_id: string
|
user_id: string
|
||||||
sim_name: string
|
sim_name: string
|
||||||
|
|
Loading…
Reference in a new issue