UNPKG

intlayer-editor

Version:

Integrate the Intlayer visual editor into your Intlayer projects, enabling CMS-like content management with multilingual support.

19 lines (18 loc) 452 B
import { Router } from "express"; //#region src/routes/dictionary.routes.d.ts declare const dictionaryRouter: Router; declare const getDictionaryRoutes: () => { getDictionaries: { urlModel: string; url: string; method: "GET"; }; writeContentDeclaration: { urlModel: string; url: string; method: "POST"; }; }; //#endregion export { dictionaryRouter, getDictionaryRoutes }; //# sourceMappingURL=dictionary.routes.d.ts.map