import { HtmlColor } from '@obliczeniowo/elementary/classes';
export interface ItemModel {
    name: string;
    color?: HtmlColor;
    ext?: any;
}
