UNPKG

@fanoutio/grip

Version:
8 lines 238 B
import { type IFormatExport } from './IFormatExport.js'; export interface IItemExport { channel?: string; id?: string; 'prev-id'?: string; formats: Record<string, IFormatExport>; } //# sourceMappingURL=IItemExport.d.ts.map