mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
6 lines
233 B
Text
6 lines
233 B
Text
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
|
|
export declare type JTDEnumError = ErrorObject<"enum", {
|
|
allowedValues: string[];
|
|
}, string[]>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|