chore: lint
This commit is contained in:
@@ -11,7 +11,7 @@ interface RobotAttributes {
|
||||
workflow: object; // Store workflow details as JSONB
|
||||
}
|
||||
|
||||
interface RobotCreationAttributes extends Optional<RobotAttributes, 'id'> {}
|
||||
interface RobotCreationAttributes extends Optional<RobotAttributes, 'id'> { }
|
||||
|
||||
class Robot extends Model<RobotAttributes, RobotCreationAttributes> implements RobotAttributes {
|
||||
public id!: string;
|
||||
|
||||
Reference in New Issue
Block a user