ValidationErrors link. type-alias. Defines the map of errors returned from failed validation checks. type ValidationErrors = { [key: string]: any; }; ...
確定! 回上一頁