type ServerProperties = { port: number, locale?: string, i18nPath?: string, middlewaresPath?: string, routesPath?: string }; export { ServerProperties };