UNPKG

@paroicms/server

Version:
4 lines (3 loc) 189 B
import type { JtConfiguration } from "@paroicms/public-server-lib"; import type { AppConf } from "./app-conf.types.d.ts"; export declare function toAppConf(conf: JtConfiguration): AppConf;