@fanoutio/grip
Version:
GRIP Interface Library
11 lines • 386 B
TypeScript
import { type IFormat } from './IFormat.js';
import { type IItem } from './IItem.js';
import { type IItemExport } from './IItemExport.js';
export declare class Item implements IItem {
formats: IFormat[];
id?: string;
prevId?: string;
constructor(formats: IFormat | IFormat[], id?: string, prevId?: string);
export(): IItemExport;
}
//# sourceMappingURL=Item.d.ts.map