Skip to content

Commit

Permalink
fix(types): relax index signature in JSONPgSmartTags (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBakerHytch committed Apr 22, 2020
1 parent 0b987b0 commit edf2abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphile-utils/src/makePgSmartTagsPlugin.ts
Expand Up @@ -220,7 +220,7 @@ export function makePgSmartTagsPlugin(
export type JSONPgSmartTags = {
version: 1;
config: {
[kind in PgSmartTagSupportedKinds]: {
[kind in PgSmartTagSupportedKinds]?: {
[identifier: string]: {
tags?: PgSmartTagTags;
description?: string;
Expand Down

0 comments on commit edf2abf

Please sign in to comment.