mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
6 lines
216 B
Text
6 lines
216 B
Text
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
|
|
export declare type ConstError = ErrorObject<"const", {
|
|
allowedValue: any;
|
|
}>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|