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