zomoc
Version:
A type-safe API mocking tool for frontend development, powered by axios and Zod.
13 lines (11 loc) • 396 B
TypeScript
declare module "virtual:zomoc" {
import type { UrlRegistry, TypeRegistry } from "./types"
/**
* A map of URL patterns to their corresponding Zod schemas and configurations, generated by Zomoc.
*/
export const finalSchemaUrlMap: UrlRegistry
/**
* A map of type names to their corresponding Zod schemas, generated by Zomoc.
*/
export const finalSchemaTypeMap: TypeRegistry
}