Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 11, 2024
1 parent f9549c8 commit 28a6eaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions declarations/keywords/limit.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default addLimitKeyword;
export type Ajv = import("ajv").default;
export type Code = import("ajv").Code;
export type Name = import("ajv").Name;
export type KeywordErrorDefinition = import("ajv").KeywordErrorDefinition;
/** @typedef {import("ajv").default} Ajv */
/** @typedef {import("ajv").Code} Code */
/** @typedef {import("ajv").Name} Name */
/** @typedef {import("ajv").KeywordErrorDefinition} KeywordErrorDefinition */
/**
* @param {Ajv} ajv
* @returns {Ajv}
*/
declare function addLimitKeyword(ajv: Ajv): Ajv;

0 comments on commit 28a6eaf

Please sign in to comment.