chore: lint
This commit is contained in:
@@ -9,7 +9,7 @@ interface UserAttributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Optional fields for creating a new user
|
// Optional fields for creating a new user
|
||||||
interface UserCreationAttributes extends Optional<UserAttributes, 'id'> {}
|
interface UserCreationAttributes extends Optional<UserAttributes, 'id'> { }
|
||||||
|
|
||||||
class User extends Model<UserAttributes, UserCreationAttributes> implements UserAttributes {
|
class User extends Model<UserAttributes, UserCreationAttributes> implements UserAttributes {
|
||||||
public id!: number;
|
public id!: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user