UNPKG

343 BTypeScriptView Raw
1import { IAttachments } from "./types.js";
2declare module "../items/types" {
3 interface _Item {
4 readonly attachmentFiles: IAttachments;
5 }
6 interface IItem {
7 /**
8 * Read the attachment files data for an item
9 */
10 readonly attachmentFiles: IAttachments;
11 }
12}
13//# sourceMappingURL=item.d.ts.map
\No newline at end of file