UNPKG

adminjs

Version:
4 lines (3 loc) 258 B
import { BasePropertyJSON } from '../../frontend/interfaces/property-json/property-json.interface.js'; declare const convertNestedParam: (parentValue: Record<string, any>, subProperty: BasePropertyJSON) => Record<string, any>; export { convertNestedParam };