chore: lint
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user