mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 15:39:12 +08:00
6 lines
257 B
Text
6 lines
257 B
Text
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
|
export declare type PropertyNamesError = ErrorObject<"propertyNames", {
|
|
propertyName: string;
|
|
}, AnySchema>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|