Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ UserAttributes
Interface
UserAttributes
types/test/attributes.ts:7–9 · types/test/attributes.ts::UserAttributes
Source
from the content-addressed store, hash-verified
5
}
6
7
interface
UserAttributes extends UserCreationAttributes {
8
id: number;
9
}
10
11
class
User
12
extends Model<UserAttributes, UserCreationAttributes>
Callers
nothing calls this directly
Implementers
1
User
types/test/attributes.ts
Calls
no outgoing calls
Tested by
no test coverage detected