diff --git a/lib/migrations/seed/stub/ts.stub b/lib/migrations/seed/stub/ts.stub index a72588d2..7c310fc6 100644 --- a/lib/migrations/seed/stub/ts.stub +++ b/lib/migrations/seed/stub/ts.stub @@ -1,4 +1,4 @@ -import { Knex } from "knex"; +import type { Knex } from "knex"; export async function seed(knex: Knex): Promise { // Deletes ALL existing entries