Aktueller Stand
This commit is contained in:
2
backend/node_modules/ajv-formats/dist/index.d.ts
generated
vendored
2
backend/node_modules/ajv-formats/dist/index.d.ts
generated
vendored
@@ -7,7 +7,7 @@ export interface FormatOptions {
|
||||
formats?: FormatName[];
|
||||
keywords?: boolean;
|
||||
}
|
||||
export declare type FormatsPluginOptions = FormatName[] | FormatOptions;
|
||||
export type FormatsPluginOptions = FormatName[] | FormatOptions;
|
||||
export interface FormatsPlugin extends Plugin<FormatsPluginOptions> {
|
||||
get: (format: FormatName, mode?: FormatMode) => Format;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user