import { z } from 'zod'; import { baseGlobalConfigSchema } from '../services'; export type BaseGlobalConfig = z.infer;