import { z } from 'zod'; import { baseAppConfigSchema } from '../services'; export type BaseAppConfig = z.infer;