不要怂,就是干,撸起袖子干!

Commit 54737510 by Martin Zagora Committed by GitHub

docs(typescript): error in the name of interface (#12430)

1 parent aeb318ae
Showing with 1 additions and 1 deletions
...@@ -63,7 +63,7 @@ class User extends Model<UserAttributes, UserCreationAttributes> implements User ...@@ -63,7 +63,7 @@ class User extends Model<UserAttributes, UserCreationAttributes> implements User
const sequelize = new Sequelize('mysql://root:asd123@localhost:3306/mydb'); const sequelize = new Sequelize('mysql://root:asd123@localhost:3306/mydb');
interface ProjectAttributes { interface ProjectCreationAttributes {
ownerId: number; ownerId: number;
name: string; name: string;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!