UNPKG

@fanoutio/grip

Version:
5 lines 142 B
import { type IItemExport } from './IItemExport.js'; export interface IItem { export(): IItemExport; } //# sourceMappingURL=IItem.d.ts.map