Aktueller Stand
This commit is contained in:
6
backend/node_modules/ajv-formats/dist/limit.d.ts
generated
vendored
6
backend/node_modules/ajv-formats/dist/limit.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import type { Plugin, CodeKeywordDefinition, ErrorObject } from "ajv";
|
||||
declare type Kwd = "formatMaximum" | "formatMinimum" | "formatExclusiveMaximum" | "formatExclusiveMinimum";
|
||||
declare type Comparison = "<=" | ">=" | "<" | ">";
|
||||
export declare type LimitFormatError = ErrorObject<Kwd, {
|
||||
type Kwd = "formatMaximum" | "formatMinimum" | "formatExclusiveMaximum" | "formatExclusiveMinimum";
|
||||
type Comparison = "<=" | ">=" | "<" | ">";
|
||||
export type LimitFormatError = ErrorObject<Kwd, {
|
||||
limit: string;
|
||||
comparison: Comparison;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user