mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:19:30 +08:00
2 lines
131 B
Text
2 lines
131 B
Text
import { DefinedError } from 'ajv';
|
|
export declare const filterSingleErrorPerProperty: (errors: DefinedError[]) => DefinedError[];
|