UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

5 lines (4 loc) 125 B
import type { TypeGroup } from '../../schema/index.js'; export type MenuList = { [key in TypeGroup]?: () => string[]; };