import type { z } from 'zod';
import type { configurationSchema } from './schemas/configuration.js';
export type EnvinosConfig = z.infer<typeof configurationSchema>;
