From 019141c030e9a9eea8cdd1517dafffbc7b7be8d9 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 9 Sep 2019 23:50:04 +0800 Subject: [PATCH] Add specific to SeederConfig type (#3429) --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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 {