UNPKG

intlayer-editor

Version:

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

18 lines 497 B
import { FastifyInstance } from "fastify"; //#region src/routes/dictionary.routes.d.ts declare const getDictionaryRoutes: () => { getDictionaries: { urlModel: string; url: string; method: "GET"; }; writeContentDeclaration: { urlModel: string; url: string; method: "POST"; }; }; declare const dictionaryRouter: (fastify: FastifyInstance) => Promise<void>; //#endregion export { dictionaryRouter, getDictionaryRoutes }; //# sourceMappingURL=dictionary.routes.d.ts.map