chore: lint

This commit is contained in:
karishmas6
2024-10-09 03:27:19 +05:30
parent 280c493ec2
commit 9d268c3e7f

View File

@@ -16,7 +16,7 @@ interface RunAttributes {
binaryRunUrl: string; binaryRunUrl: string;
} }
interface RunCreationAttributes extends Optional<RunAttributes, 'id'> {} interface RunCreationAttributes extends Optional<RunAttributes, 'id'> { }
class Run extends Model<RunAttributes, RunCreationAttributes> implements RunAttributes { class Run extends Model<RunAttributes, RunCreationAttributes> implements RunAttributes {
public id!: string; public id!: string;