Skip to content

Commit

Permalink
Don't duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 26, 2024
1 parent 12aa3e0 commit 822085b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions graphile-build/graphile-build-pg/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ declare global {
interface PgResourceExtensions {
description?: string;
tags: Partial<GraphileBuild.PgResourceTags>;
isInsertable?: boolean;
isUpdatable?: boolean;
isDeletable?: boolean;
singleOutputParameterName?: string;
/** For v4 compatibility, what's the name of the actual table. */
pg?: {
Expand Down

0 comments on commit 822085b

Please sign in to comment.