@enonic/js-utils
Version:
Enonic XP JavaScript Utils
14 lines (11 loc) • 797 B
TypeScript
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;