UNPKG

@uns-kit/core

Version:

Core utilities and runtime building blocks for UNS-based realtime transformers.

8 lines 247 B
import { z } from "zod"; export declare const baseSchema: z.ZodObject<any, "strict", any, { [x: string]: any; }, { [x: string]: any; }>; export type AppConfigFromZod = z.infer<typeof baseSchema>; //# sourceMappingURL=config-schema.d.ts.map