UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 147 B
import type { QueryTagsFormat } from './QueryTagsFormat'; export type QueryTagsConfig = { disabled?: boolean; format?: QueryTagsFormat; };