From 822085bda1218fae7dda3724e8dd2dd50f77d151 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 26 Sep 2024 18:18:41 +0100 Subject: [PATCH] Don't duplicate definition --- graphile-build/graphile-build-pg/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphile-build/graphile-build-pg/src/index.ts b/graphile-build/graphile-build-pg/src/index.ts index 3de75aa09..54d7d68a6 100644 --- a/graphile-build/graphile-build-pg/src/index.ts +++ b/graphile-build/graphile-build-pg/src/index.ts @@ -108,9 +108,6 @@ declare global { interface PgResourceExtensions { description?: string; tags: Partial; - isInsertable?: boolean; - isUpdatable?: boolean; - isDeletable?: boolean; singleOutputParameterName?: string; /** For v4 compatibility, what's the name of the actual table. */ pg?: {