UNPKG

@golemio/pid

Version:
4 lines (3 loc) 187 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IJISEvent } from "./interfaces/IJISEvent"; export declare const jisEventsJsonSchema: JSONSchemaType<IJISEvent[]>;