Page MenuHomec4science

items2020.d.ts
No OneTemporary

File Metadata

Created
Tue, Feb 11, 00:53

items2020.d.ts

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type ItemsError = ErrorObject<"items", {
limit: number;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;

Event Timeline