Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jamf_school/deps/ajv_jtd.ts>FormatDefinition

A simple, secure, correct, and modern Jamf School API wrapper. (Unofficial)
Latest
interface FormatDefinition
import { type FormatDefinition } from "https://deno.land/x/jamf_school@0.5.0/deps/ajv_jtd.ts";

Type Parameters

T extends string | number

Properties

optional
type: T extends string ? "string" | undefined : "number"
validate: FormatValidator<T> | (T extends string ? string | RegExp : never)
optional
async: false | undefined
optional
compare: FormatCompare<T>