UNPKG

@golemio/pid

Version:
5 lines (4 loc) 275 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IPublicApiCacheDto } from "../interfaces/IPublicApiCacheDto"; declare const publicApiCacheDtoSchema: JSONSchemaType<IPublicApiCacheDto[]>; export { publicApiCacheDtoSchema as PublicApiCacheDtoSchema };