UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (6 loc) 226 B
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export type ItemsError = ErrorObject<"items", { limit: number; }, AnySchema>; declare const def: CodeKeywordDefinition; export default def;