UNPKG

intlayer-editor

Version:

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

7 lines 227 B
export type Route = { urlModel: string; url: string | ((args: any) => string); method: 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE'; }; export type Routes = Record<string, Route>; //# sourceMappingURL=Routes.d.ts.map