UNPKG

322 BTypeScriptView Raw
1import { IContentType } from "./types.js";
2declare module "../items/types" {
3 interface _Item {
4 readonly contentType: IContentType;
5 }
6 interface IItem {
7 /**
8 * The content type of this item
9 */
10 readonly contentType: IContentType;
11 }
12}
13//# sourceMappingURL=item.d.ts.map
\No newline at end of file