UNPKG

@enonic/js-utils

Version:
14 lines (11 loc) 797 B
import type { NodeConfigEntry, NodeIndexConfigParams, NodeIndexConfigTemplates, } from '/lib/xp/node'; //────────────────────────────────────────────────────────────────────────────── // Backwards compatibility: TODO should be removed in 1.0? //────────────────────────────────────────────────────────────────────────────── export type IndexConfigTemplates = NodeIndexConfigTemplates export type IndexConfig = NodeIndexConfigParams export type IndexConfigEntry = NodeConfigEntry;