Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 18, 2024
1 parent 7b48754 commit c84d5b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/introspection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export interface IntrospectionObjectType {
// However, to save TypeScript some work, instead, we constraint it to `any` here.
readonly fields: readonly any[];
// The `interfaces` field isn't used. It's omitted here
readonly interfaces: readonly IntrospectionNamedTypeRef[] | never;
}

interface IntrospectionInterfaceType {
Expand Down

0 comments on commit c84d5b6

Please sign in to comment.