UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 283 B
import type { IndexedMenuGroupingConfig } from '../config'; import type { TypeGroup } from '../../../schema'; export declare function insertIntoIndex(index: Map<string, string>, name: string, menuGroupId: string, typeGroupId: TypeGroup, menuConfig: IndexedMenuGroupingConfig): void;