import { z } from 'zod'; export enum InstallationId { DEVELOPMENT = 'development', PRODUCTION = 'production', }