UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

5 lines (4 loc) 352 B
import type { IndexedMenuGroup } from '../../models'; import type { IndexedMenuGroupingConfig } from '../config'; import type { TypeGroup } from '../../../schema'; export declare function insertIntoGroup(groups: Map<string, IndexedMenuGroup>, itemName: string, menuGroupId: string, typeGroupId: TypeGroup, menuConfig: IndexedMenuGroupingConfig): void;