diff --git a/types/index.d.ts b/types/index.d.ts index fde8520712..1fbb8cc22c 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1820,6 +1820,7 @@ declare namespace Knex { extension?: string; directory?: string; loadExtensions?: string[]; + specific?: string; } class Seeder {