Compare commits

...

1 Commits
main ... main

Author SHA1 Message Date
RNLFoof e031558177 Added a comment explaining sims to db\orm-defs.d.ts 2024-03-06 17:08:43 -05:00
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