Import knex as type in TS seed template (#6094)

This commit is contained in:
Oli 2025-01-05 17:28:37 +00:00 committed by GitHub
parent e9654ca387
commit e685b70ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { Knex } from "knex";
import type { Knex } from "knex";
export async function seed(knex: Knex): Promise<void> {
// Deletes ALL existing entries