mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:09:31 +08:00
6 lines
234 B
Text
6 lines
234 B
Text
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
|
export declare type ItemsError = ErrorObject<"items", {
|
|
limit: number;
|
|
}, AnySchema>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|