export interface IEnvironment { development: boolean; fastify: { host: string; port: number; }; paths: { src: string; www: { root: string; views: string; public: string; } }; }