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