UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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