mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 22:39:29 +08:00
6 lines
256 B
Text
6 lines
256 B
Text
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
|
export declare type UnevaluatedItemsError = ErrorObject<"unevaluatedItems", {
|
|
limit: number;
|
|
}, AnySchema>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|