UNPKG

envinos

Version:

Sync your local environment variables from external source shared among developers

4 lines (3 loc) 166 B
import type { z } from 'zod'; import type { configurationSchema } from './schemas/configuration.js'; export type EnvinosConfig = z.infer<typeof configurationSchema>;