UNPKG

@paroicms/connector

Version:

An API to help build management tools for ParoiCMS instances

4 lines (3 loc) 201 B
import type { JtConfiguration } from "../../typeonly/configuration-types.d.ts"; import type { AppConf } from "./app-conf.types.d.ts"; export declare function toAppConf(conf: JtConfiguration): AppConf;