| 12 | |
| 13 | // @see https://sequelize.org/master/manual/typescript.html |
| 14 | interface AccountInstance |
| 15 | extends Model<AdapterAccount, Partial<AdapterAccount>>, |
| 16 | AdapterAccount {} |
| 17 | interface UserInstance |
| 18 | extends Model<AdapterUser, Partial<AdapterUser>>, |
| 19 | AdapterUser {} |
nothing calls this directly
no outgoing calls
no test coverage detected