Skip to content

Commit

Permalink
docs(typescript): error in the name of interface (#12430)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Jun 27, 2020
1 parent aeb318a commit 5473751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/other-topics/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class User extends Model<UserAttributes, UserCreationAttributes> implements User

const sequelize = new Sequelize('mysql://root:asd123@localhost:3306/mydb');

interface ProjectAttributes {
interface ProjectCreationAttributes {
ownerId: number;
name: string;
}
Expand Down

0 comments on commit 5473751

Please sign in to comment.