export const EnvVarSchema = z.object({
  name: z.string(),
  value: z.string(),
});