| 5 | } |
| 6 | |
| 7 | interface UserAttributes extends UserCreationAttributes { |
| 8 | id: number; |
| 9 | } |
| 10 | |
| 11 | class User |
| 12 | extends Model<UserAttributes, UserCreationAttributes> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…