mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 09:09:13 +08:00
6 lines
244 B
Text
6 lines
244 B
Text
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
|
export declare type IfKeywordError = ErrorObject<"if", {
|
|
failingKeyword: string;
|
|
}, AnySchema>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|