@redocly/graphql-docs
Version:
Redocly GraphQL docs
4 lines (3 loc) • 301 B
TypeScript
import type { IndexedMenuGroupingConfig } from '../config/index.js';
import type { TypeGroup } from '../../../schema/index.js';
export declare function insertIntoIndex(index: Map<string, string>, name: string, menuGroupId: string, typeGroupId: TypeGroup, menuConfig: IndexedMenuGroupingConfig): void;