source: imaps-frontend/node_modules/ajv/dist/vocabularies/jtd/error.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 521 bytes
Line 
1import type { KeywordErrorDefinition, KeywordErrorCxt, ErrorObject } from "../../types";
2import { Code } from "../../compile/codegen";
3export type _JTDTypeError<K extends string, T extends string, S> = ErrorObject<K, {
4 type: T;
5 nullable: boolean;
6}, S>;
7export declare function typeError(t: string): KeywordErrorDefinition;
8export declare function typeErrorMessage({ parentSchema }: KeywordErrorCxt, t: string): string;
9export declare function typeErrorParams({ parentSchema }: KeywordErrorCxt, t: string): Code;
Note: See TracBrowser for help on using the repository browser.