MCPcopy
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
7interface UserAttributes extends UserCreationAttributes {
8 id: number;
9}
10
11class User
12 extends Model<UserAttributes, UserCreationAttributes>

Callers

nothing calls this directly

Implementers 1

Usertypes/test/attributes.ts

Calls

no outgoing calls

Tested by

no test coverage detected