MCPcopy
hub / github.com/sequelize/sequelize / User

Class User

types/test/attributes.ts:11–19  ·  types/test/attributes.ts::User

Source from the content-addressed store, hash-verified

9}
10
11class User
12 extends Model<UserAttributes, UserCreationAttributes>
13 implements UserAttributes {
14 public id!: number;
15 public name!: string;
16
17 public readonly projects?: Project[];
18 public readonly address?: Address;
19}
20
21interface ProjectCreationAttributes {
22 ownerId: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected