Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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